Created
October 5, 2015 05:03
-
-
Save dinolatoga/4ddf924aeb85d62071a4 to your computer and use it in GitHub Desktop.
Cloning into existing folder
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 PATH/TO/REPO | |
| git fetch | |
| # git checkout -t origin/master | |
| git reset origin/master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment