4

Thanks to one of my colleagues, I have learned that there is a git command that convert HEADless piece of tree into a branch. Thank you git switch. Also, thank you colleague.

Comments
  • 2
    It's the same alias as git checkout -b, which is just an alias for git branch "branch name"
Add Comment