Last active
March 19, 2018 10:40
-
-
Save alexproca/78594fa04f8c13d60851cd0b7756a72e to your computer and use it in GitHub Desktop.
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
#initialize non-bare repo | |
git init; git config --local receive.denyCurrentBranch updateInstead | |
# add initial file | |
touch .non-bare | |
git add . | |
git commit -m 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment