-
-
Save brianray/0c94296a73380a89aff48770b87c8e00 to your computer and use it in GitHub Desktop.
Revisions
-
brianray revised this gist
Jan 29, 2018 . 1 changed file with 1 addition and 1 deletion.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 @@ -2,5 +2,5 @@ git checkout --orphan code-review git rm -rf . git commit --allow-empty -m 'Code review - nuke all' git push --set-upstream origin code-review -
tebeka created this gist
Sep 24, 2015 .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,6 @@ # Create empty orphan branch for code review git checkout --orphan code-review git rm -rf . git ci --allow-empty -m 'Code review - nuke all' git push --set-upstream origin code-review