On 10 March 2015 at 17:48, Andrey Gursky wrote: > Is it a "normal" behavior for git clone of a svn repository or it's > something wrong? It's "normal" in the sense that HJ changed his SVN branches in a way that confuses Git. You can fix it by deleting your local Git ref, so that it can be recreated: git branch -r -d origin/hjl/pie