Day 16: Git Zero To Hero πŸš€

Β·

1 min read


Aamir Liaquat - Chalo Bhai Dekho Ab mein Kya Karta Hon! - Meme Template -  FULL HD - YouTube

Getting / Creating new Branch

  1. Getting all branches

     #show the branches
     git branch
    

     #show branches with commit
     git branch -v
    

  2. The below code will help u creating a new branch (develop)

     git branch develop
    

Next Blog Teaser πŸ˜„

Switching to branches🀩

Bye GIFs | Tenor

Thanks for reading πŸ™πŸ§‘

Β