Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pull Button for git disabled in VisualStudio

I'm using VisualStudio 2013 Update 4 and have git for Windows installed. I have local git repository and my project is linked to. I can push unsynced commits to remote repository in the IDE, but button for pull and fetch are disabled.

In git bash i can pull (or fetch) and then back in VS i get an unsynced commitment for "merge" and can push it (Looks strange to me).

Can i integrate pull/fetch from remote repository without TFS?

like image 567
Kirsten Avatar asked Nov 29 '25 21:11

Kirsten


1 Answers

If I understood your question? You want to perform git pull/fetch outside of VS editor.

if your git path is set in your environment path variable, then post navigating to your local .git repository directory via command prompt/powershell you should be able to run "git pull" and it should work. The git path is defaulted to "%ProgramFiles(x86)%\Git\cmd"

like image 190
Varun Avatar answered Dec 01 '25 13:12

Varun



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!