Last active
May 11, 2022 15:19
-
-
Save thiagao0860/cb236069f5d6c311395b9cf7c24eee7b to your computer and use it in GitHub Desktop.
Git New Branch
This file contains 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
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