sometimes, git will spontaneously (during some, but not all, "pull" or "clone" operations) copy all of the remote branches of a repository into my local repository (and even set them all up to track the corresponding remote branches correctly). What causes this? Is there a way I can do this on purpose?
|
|
|
|
|
|
|
If you just do a normal branch from a remote branch, it'll track by default:
means roughly the same thing as
You pretty much have to explicitly tell it if you don't want such tracking. |
||||||||
|
