Copy edited. Removed meta information (it belongs in comments).
Source Link
Peter Mortensen
  • 30.7k
  • 21
  • 104
  • 125

For 1.6.x, it'sit can be done using the git_remote_branch tool:

grb track foo upstream

grb track foo upstream

That will cause Git to make foofoo track upstream/foo

p.supstream/foo. all thanks to floehopper, I just thought to show exact command to fit this question ;)

For 1.6.x, it's can be done using the git_remote_branch tool:

grb track foo upstream

That will cause Git to make foo track upstream/foo

p.s. all thanks to floehopper, I just thought to show exact command to fit this question ;)

For 1.6.x, it can be done using the git_remote_branch tool:

grb track foo upstream

That will cause Git to make foo track upstream/foo.

Source Link
wik
  • 2.4k
  • 1
  • 24
  • 29

For 1.6.x, it's can be done using the git_remote_branch tool:

grb track foo upstream

That will cause Git to make foo track upstream/foo

p.s. all thanks to floehopper, I just thought to show exact command to fit this question ;)