Skip to content

Instantly share code, notes, and snippets.

@KazChe
Created October 11, 2013 06:16
Show Gist options
  • 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