-
-
Save viiftw/e3cd7d0d1b424957b54a36106dc4e9e0 to your computer and use it in GitHub Desktop.
Revisions
-
fernandoaleman renamed this gist
Jun 19, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
fernandoaleman created this gist
Jun 14, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ # Clone repo git clone --mirror [email protected]/fernandoaleman/app.git app/.git # Change into app directory cd app # Update git config git config --unset core.bare # Checkout master branch git checkout master