I have a git repository established by TortoiseGit which pulls updates from all remote branches regardless of which branch it is locally.
git.exe pull -v --progress "origin"
But when i copy that repository directory to another directory, and have TortoiseGit create a brand new branch, its pull command narrows its scope to just that branch.
git.exe pull -v --progress "origin" test
I cannot find anything in TortoiseGit that controls this behaviour. What should be done to revert this configuration?