Skip to content

Instantly share code, notes, and snippets.

@oktayacikalin
Last active December 16, 2015 15:53
Show Gist options
  • Save oktayacikalin/5fefed1780c30452c06e to your computer and use it in GitHub Desktop.
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/
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