Commit Graph
2 Commits
Author SHA1 Message Date
Christian Höltje f905f00706 Fix checking out branch names with / chars
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
2020-10-12 10:17:25 -04:00
Christian Holtje 54d78531cc Use SuperLinter instead of only shellcheck 2020-10-10 01:12:48 -04:00