Skip to content

Instantly share code, notes, and snippets.

@TheWass
Created April 8, 2016 20:13
Show Gist options
  • Save TheWass/ab10e266627e255c3dc97cb448dead1d to your computer and use it in GitHub Desktop.
Save TheWass/ab10e266627e255c3dc97cb448dead1d to your computer and use it in GitHub Desktop.
git init
git config --add user.email [email protected]
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