Skip to content

Instantly share code, notes, and snippets.

@KazChe
Created October 11, 2013 06:16
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 KazChe/6930300 to your computer and use it in GitHub Desktop.
Save KazChe/6930300 to your computer and use it in GitHub Desktop.
Checking in existing local code into a repository already created via web console.
git init
git add .
git status
git commit -m"inital checkin"
git remote add origin https://github.com/<UID>/<REPO_NAME>
git pull origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment