Day 16: Git Zero To Hero π
Table of contents
Getting / Creating new Branch
Getting all branches
#show the branches git branch
#show branches with commit git branch -v
The below code will help u creating a new branch (develop)
git branch develop
Next Blog Teaser π
Switching to branchesπ€©
Thanks for reading ππ§‘
Β