Combining options when typing on Terminal


Combining options

It's possible to combine options when working on the terminal.

When, for example, committing to git, you might want to use options of -a and -m.

In this case, you can type git commit -am instead of git commit -a -m.