I’m trying to commit all files in a directory, using the git commit -a “added some change” command.
I’m working on Mac OS X, Leopard.
After I submit the command, the Terminal responds with:
fatal: Paths with -a does not make sense.
Could someone please tell me if there’s anything I’m doing wrong?
In git one uses the -m option to add a message. -a means all thus commits all changed files
type in your terminal:
For future problems see