Skip to content

Instantly share code, notes, and snippets.

@thiagao0860
Last active May 11, 2022 15:19
Show Gist options
  • Save thiagao0860/cb236069f5d6c311395b9cf7c24eee7b to your computer and use it in GitHub Desktop.
Save thiagao0860/cb236069f5d6c311395b9cf7c24eee7b to your computer and use it in GitHub Desktop.
Git New Branch
git branch iss53
git checkout iss53
git push <remote-name> <local-branch-name>:<remote-branch-name> // if <local-branch-name> or <remote-branch-name> are omited git will assume that they are the same.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment