Last active
June 19, 2023 19:09
-
-
Save pablocattaneo/7001e316a4cdca8ee8702b3e7ebc101b to your computer and use it in GitHub Desktop.
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 branch my-branch-name | |
git checkout -b my-branch-name # create the branch and make chekcout on it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment