Skip to content

Instantly share code, notes, and snippets.

@asathoor
Last active May 1, 2019 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asathoor/8620557 to your computer and use it in GitHub Desktop.
Save asathoor/8620557 to your computer and use it in GitHub Desktop.
Git terminal gist
Do thus
git init
git add *
git config --global user.name "yourUserName"
git config --global user.email "your@email.web"
git add *
git commit -m 'First upload'
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment