If git can't automatically figure out if the argument is a branch or a path, it will need to be told explicitly by using `--`: Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' Fixes: #106