Posts by Arthu Vinicius • 121 points
1 post
-
2
votes3
answers39435
viewsA: how to create a new branch on Github?
Also by the terminal: To create the new branch from the branch you are on: git branch MinhaNovaBrach To create the new branch from a specific branch: git branch -c branchEspecifica MinhaNovaBrach In…