Quantcast
Channel: git: rename local branch failed - Stack Overflow
Viewing all articles
Browse latest Browse all 11

Answer by knittl for git: rename local branch failed

$
0
0

You are currently in detached head state. You must checkout a new branch to associate it with the current commit:

git checkout -b new_branch

Viewing all articles
Browse latest Browse all 11

Trending Articles