Git Branches
Git branches helps the developers to work on the code simultaneously without being dependent on other teams , ether used to create features by different branches
This command is used to check the branch we are currently on
This command is used to rename the active branch to main
This command is used to create a new branch
This command is used to delete the branch
This command is used to switch between the branches
To check the difference between the branches
Last updated