I renamed branches and noticed that branch name was not changed in
remote push config. I.e. after
bor@opensuse:~/src/bootinfoscript> git branch -m github master
I still have
[remote "github"]
push = github:master
url = git://github.com/arvidjaar/bootinfoscript.git
pushurl = git@github.com:arvidjaar/bootinfoscript.git
fetch = +refs/heads/*:refs/remotes/github/*
Is it expected behavior or possibly already fixed?
bor@opensuse:~> git --version
git version 1.7.10.4
TIA
-andrey