Created
July 24, 2018 13:55
-
-
Save whoward/d94964e1f5753389968dc7224ef45ae2 to your computer and use it in GitHub Desktop.
Make a "Null" branch in git to enable a full code walkthrough via a pull request
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
#!/bin/sh | |
git checkout --orphan null | |
git rm --cached -r . | |
git commit --allow-empty -m 'null' | |
git push origin null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment