Re: [git-users] Tracking Remote Branch Scenario

2014-11-10 Thread Baus
Thank you for the insight, it is much appreciated! I will read the config manual page as suggested. On Sunday, November 9, 2014 9:33:30 AM UTC-8, Konstantin Khomoutov wrote: > > On Fri, 7 Nov 2014 14:30:05 -0800 (PST) > Baus > wrote: > > [...] > > *Then I run the command* > > $ git branch -u

Re: [git-users] Tracking Remote Branch Scenario

2014-11-09 Thread Konstantin Khomoutov
On Fri, 7 Nov 2014 14:30:05 -0800 (PST) Baus wrote: [...] > *Then I run the command* > $ git branch -u origin/master > Branch rel_010115 set up to track remote branch master from origin. [...] > Local branches configured for 'git pull': > master merges with remote master > rel_01011

[git-users] Tracking Remote Branch Scenario

2014-11-07 Thread Baus
*I am trying to understand a scenario of being able to correct a user's mistake setting up branch, the scenario is a user created a branch tracking the wrong remote branch. I wanted to find the correct command to switch the local branch configuration (via command line) to track the correct branc