Last active
August 29, 2015 14:00
-
-
Save Pablo1/11069912 to your computer and use it in GitHub Desktop.
Make current commit only commit in a git repository (copied from stackoverflow)
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
rm -rf .git | |
git init | |
git add . | |
git commit -m "Initial commit" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment