#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
.
Go to list of users who liked
More than 5 years have passed since last update.
#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
.
Register as a new user and use Qiita more conveniently
Go to list of users who liked