Visual Studio 2013 Configure Remote Git Repo -


i'm new git, i'm trying learn. followed this guide , got working on network share. used git bash. i've found how lot of visual studio gui, prefer rather having go , forth command line (i'm coming visual source safe pending checkins, checkin, , you're done).

the command couldn't find was:

git remote add origin <server>

how do unc share in visual studio 2013, in gui?

to knowledge visual studio tools git (vs git support) not yet support managing remotes, unfortunately. believe team @ msft responsible vs git features has backlogged, it's low priority.

see comments on so#21469233 re: edward thomson.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -