Answers for "after checkout fatal: You are not currently on a branch."

0

after checkout fatal: You are not currently on a branch.

git branch temp-branch
git checkout master
git merge temp-branch
git push origin master
Posted by: Guest on December-26-2020

Code answers related to "after checkout fatal: You are not currently on a branch."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language