Running on Alpine Linux 3.10, I've installed the distribution's git
package using apk
.
In an existing checkout directory, when I try to launch git add
's interactive mode:
$ git add -i
I get the error:
git: 'add--interactive' is not a git command. See 'git --help'.
The git add
help indicates that -i
is a valid option.
What is happening?