Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: "git rm" fails when publish branch is empty (#24)
When a publish branch exists and it has no files, `git rm -r '*'` fails with ``` fatal: pathspec '*' did not match any files ``` `--ignore-unmatch` option let git exit with a zero status in this case. Reference: https://git-scm.com/docs/git-rm#Documentation/git-rm.txt---ignore-unmatch
- Loading branch information