Created
February 28, 2018 01:37
-
-
Save pierrehenri220/fdfd51358eb3f72c5bcf7c724539c5bf to your computer and use it in GitHub Desktop.
Initialize a git repository into a non empty directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git init | |
git remote add origin [email protected]: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