Last active
December 16, 2015 15:53
-
-
Save oktayacikalin/5fefed1780c30452c06e to your computer and use it in GitHub Desktop.
Create an initial empty commit in Git for further branching.Based on: http://kevin.deldycke.com/2010/05/initialize-git-repositories/
This file contains 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
git commit --allow-empty -m 'Initial commit' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment