Created
October 7, 2019 02:30
-
-
Save matrix303/3a7137026ca0dc13be4bf841347755e6 to your computer and use it in GitHub Desktop.
Git Setup Local #git
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 init | |
git add . | |
git commit -m "message" | |
git remote add origin __URL__ | |
git push -u origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment