Last active
March 29, 2022 15:35
-
-
Save ansssu/04c26ee26703714bd5866e857efd08d4 to your computer and use it in GitHub Desktop.
Create new Git Feature 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
| git checkout main | |
| git fetch origin | |
| git reset --hard origin/main | |
| git checkout -b new-feature |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment