Skip to content

Instantly share code, notes, and snippets.

@matrix303
Created October 7, 2019 02:30
Show Gist options
  • Save matrix303/3a7137026ca0dc13be4bf841347755e6 to your computer and use it in GitHub Desktop.
Save matrix303/3a7137026ca0dc13be4bf841347755e6 to your computer and use it in GitHub Desktop.
Git Setup Local #git
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