Skip to content

Instantly share code, notes, and snippets.

@codevscolor
Created October 11, 2015 19:27
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 codevscolor/9f0303e3d650260f6314 to your computer and use it in GitHub Desktop.
Save codevscolor/9f0303e3d650260f6314 to your computer and use it in GitHub Desktop.
git init
git config --global user.name "your name"
git config --global user.email "your email"
git remote add origin git@github.com:codevscolor/testRepository.git
git add readme.txt
git commit -m "Adding readme"
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment