Git Workflows

Abhiram Mullapudi

August 11, 2022

Git - branching

Create a branch from another branch

git checkout -b <new branch> <source branch>