Skip to content

Instantly share code, notes, and snippets.

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 Mashpy/a1360dd0158109f3de78 to your computer and use it in GitHub Desktop.
Save Mashpy/a1360dd0158109f3de78 to your computer and use it in GitHub Desktop.
1.git init
2.git config user.name "someone"
3.git config user.email "someone@someplace.com"
4.git add *
5.git commit -m "some init msg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment