Skip to content
Knowledge Base

To create new branch from committed hash id

To push this new branch to the github

Updated 1 min readGit

bash
git switch -c feat/helloworld 7a6c47f

To push this new branch to the github

bash
git push -u origin feat/helloworld
git/git-switch.md