Skip to content

Commit

Permalink
Merge pull request #319 from pfctgeorge/allow-empty-when-setup
Browse files Browse the repository at this point in the history
Allow empty initial commit when setup repo.
  • Loading branch information
hemanth committed Feb 20, 2015
2 parents 722a406 + 6df9673 commit 30ac2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-setup
Expand Up @@ -13,4 +13,4 @@ mkdir -p "$dir" \
&& gitdirexists \
&& git init \
&& git add . \
&& git commit -m 'Initial commit'
&& git commit --allow-empty -m 'Initial commit'

0 comments on commit 30ac2ae

Please sign in to comment.