As you can see from this excerpt, there is a "!" before the git command. What's the point?
[alias]
commitx = !git add . && git commit
- https://mcmap.net/q/332243/-git-commit-auto-add-new-folders-or-files
I understand aliases and what the command itself is doing, but not the point of the "!" before the git command.