Last active
December 1, 2021 00:59
-
-
Save Sariohara/04ec345d791cde9d7f789534b2a850af to your computer and use it in GitHub Desktop.
git commands
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
#add git origin branch | |
#git remote add origin | |
#set branch | |
#git branch -M root | |
#Push command | |
#git push -u origin root |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment