Missing Git Push Option?
dkekish
Posts: 7 Bronze 2
Hi,
Just trying out the source control before we introduce it to the team, and while I can link to a local git repo cloned from a remote repository, I can't find a way to push the changes to the central repository via the tool. Did I set something up wrong? The documentation indicated that I should get a push option after the commit, but its not available.
Any assistance would be appreciated.
Dave Kekish
Just trying out the source control before we introduce it to the team, and while I can link to a local git repo cloned from a remote repository, I can't find a way to push the changes to the central repository via the tool. Did I set something up wrong? The documentation indicated that I should get a push option after the commit, but its not available.
Any assistance would be appreciated.
Dave Kekish
Comments
Hope that helps someone else
-Dave
I found this thread when searching for the missing push button. Unfortunately I still don't get it.
I'm using Bitbucket and can push pull without issues using the appropriate command line commands. (tracking of the remote master branch is setup)
Here is my output from "git branch -vv" (from here: http://stackoverflow.com/questions/1715 ... s-tracking) showing that my local master branch is tracking origin/master
* master 5809198 [origin/master: ahead 1]
Does somebody have an idea what I'm doing wrong?
UPDATE: I'm using version 5 since today
Regards
Steffen