Skip to content

Instantly share code, notes, and snippets.

@mykt0ngc0
Last active May 30, 2022 06:25
Show Gist options
  • Save mykt0ngc0/6af606d205e86d1e922eca68291c64f6 to your computer and use it in GitHub Desktop.
Save mykt0ngc0/6af606d205e86d1e922eca68291c64f6 to your computer and use it in GitHub Desktop.

Revisions

  1. mykt0ngc0 renamed this gist May 30, 2022. 1 changed file with 0 additions and 0 deletions.
  2. mykt0ngc0 created this gist May 30, 2022.
    4 changes: 4 additions & 0 deletions clone-repo-to-non-empty local directory.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    git init
    git remote add origin PATH/TO/REPO
    git fetch
    git checkout -t origin/dev -f