Skip to content

Instantly share code, notes, and snippets.

@bswinnerton
Created December 1, 2012 01:39
Show Gist options
  • Save bswinnerton/4180072 to your computer and use it in GitHub Desktop.
Save bswinnerton/4180072 to your computer and use it in GitHub Desktop.
Adding already created files to existing github repository
git init
git add -A
git commit -m "initial creation"
git remote add origin https://github.com/bswinnerton/[repository].git
git pull https://github.com/bswinnerton/[repository].git master
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment