Created
August 29, 2019 18:40
-
-
Save BrunoGomesCoelho/b8d569535479a20e8868977b011a058d to your computer and use it in GitHub Desktop.
Clone non-empty folder
This file contains 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
# taken from https://stackoverflow.com/a/20538655 | |
git init | |
git remote add origin PATH/TO/REPO | |
git fetch | |
git checkout -t origin/master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment