Re: [git-users] warning: Not setting branch master as its own upstream.

2013-03-04 Thread FlashBurn
On Monday, March 4, 2013 2:09:00 PM UTC-5, Gergely Polonkai wrote: > > Both --track and --set-upstream-to operates on the current branch. The > thing you need is: > > --track origin/master > > or > > --set-upstream-to=origin/master > > Gergely > > > On 4 March 2013 18:21, FlashBurn >wrote: > >>

Re: [git-users] warning: Not setting branch master as its own upstream.

2013-03-04 Thread Gergely Polonkai
Both --track and --set-upstream-to operates on the current branch. The thing you need is: --track origin/master or --set-upstream-to=origin/master Gergely On 4 March 2013 18:21, FlashBurn wrote: > I committed some changes to my repository at home and then I tried to pull > them at my work a

[git-users] warning: Not setting branch master as its own upstream.

2013-03-04 Thread FlashBurn
I committed some changes to my repository at home and then I tried to pull them at my work and I got the following message There is no tracking information for the current branch. Please specify which branch you want to merge with. See git-pull(1) for details. git pull If you wish to set trac