mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #319 from pfctgeorge/allow-empty-when-setup
Allow empty initial commit when setup repo.
This commit is contained in:
commit
30ac2ae550
|
|
@ -13,4 +13,4 @@ mkdir -p "$dir" \
|
|||
&& gitdirexists \
|
||||
&& git init \
|
||||
&& git add . \
|
||||
&& git commit -m 'Initial commit'
|
||||
&& git commit --allow-empty -m 'Initial commit'
|
||||
|
|
|
|||
Loading…
Reference in a new issue