Created
September 4, 2020 12:23
-
-
Save joellesenne/a842fdeb6379e80ee97562d184570d1d to your computer and use it in GitHub Desktop.
Create new branch and checkout new branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create new branch and checkout new branch | |
$ git branch <nameBranch> && git checkout <nameBranch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment