Skip to content

Instantly share code, notes, and snippets.

@foxish
Last active December 15, 2015 15:39
Show Gist options
  • Save foxish/5283477 to your computer and use it in GitHub Desktop.
Save foxish/5283477 to your computer and use it in GitHub Desktop.
git-sequence, setup
git config --global user.name "DarkCthulhu"
git config --global user.email "email@woohoo.com"
git init
git add *
git remote add origin https://github.com/DarkCthulhu/Repo.git
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment