Skip to content

Instantly share code, notes, and snippets.

@joellesenne
Created September 4, 2020 12:23
Show Gist options
  • Save joellesenne/a842fdeb6379e80ee97562d184570d1d to your computer and use it in GitHub Desktop.
Save joellesenne/a842fdeb6379e80ee97562d184570d1d to your computer and use it in GitHub Desktop.
Create new branch and checkout new branch
# 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