git-cheats icon indicating copy to clipboard operation
git-cheats copied to clipboard

added git commit -am [msg]

Open aaronli39 opened this issue 4 years ago • 1 comments

Description of the Change

The -am flag is often used with git commit in order to commit not only new files that are added with git add, but also commits files that have been modified since the last commit. Have not added language support.

Possible Drawbacks

It may be possible that the user does not want to commit all modified files, in which case git commit -am would not be useful.

aaronli39 avatar Oct 16 '19 21:10 aaronli39

Hello @aaronli39 there is a comma issue at line 389. Can you please get the latest master branch and fix the issue before sending PR? Happy Hacktoberfest!

excalith avatar Oct 19 '19 09:10 excalith