Skip to content

Instantly share code, notes, and snippets.

@pierrehenri220
Created February 28, 2018 01:37
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 pierrehenri220/fdfd51358eb3f72c5bcf7c724539c5bf to your computer and use it in GitHub Desktop.
Save pierrehenri220/fdfd51358eb3f72c5bcf7c724539c5bf to your computer and use it in GitHub Desktop.
Initialize a git repository into a non empty directory
git init
git remote add origin git@github.com:USER/REPOSITORY.git
git pull origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment