GIT BRANCH DETAILS

 



GIT BRANCH COMMANDS:

=======================

 git checkout branch_name

 git branch  branch_name

 git checkout branch_name 

 git checkout -b branch_name  

 git branch --list

 git branch

 git branch -r 

 git push origin -delete branch_name

 git checkout -

 git branch -m B1 TestB1

 git branch -d branch_name OR git branch -D branch_name

 git push origin --delete branch_name  

Comments

Popular posts from this blog

Introduction of Python

Endpoints vs Resources