Created
April 8, 2016 20:13
-
-
Save TheWass/ab10e266627e255c3dc97cb448dead1d to your computer and use it in GitHub Desktop.
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 config --add user.email lord.d35ruct0@gmail.com | |
| git config --add user.name thewass | |
| echo "# readme" >> readme.md | |
| git add . | |
| git commit -m "Initial Commit" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment