Last updated 3 years ago
A branch is a version of the code that is different from another branch. Committing and pushing to the same branch will not impact another branch.
git checkout -b "branch name"