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
2.2 KiB
Executable File
2.2 KiB
Executable File