In git 1.8, which will be released shortly, you’ll be able to do:
git branch --unset-upstream
However, for the moment you would have to do as manojlds suggests, and use two git config --unset commands.
In git 1.8, which will be released shortly, you’ll be able to do:
git branch --unset-upstream
However, for the moment you would have to do as manojlds suggests, and use two git config --unset commands.