DEV Community

Cover image for Your Commits Can Be Faster
Neto Hog
Neto Hog

Posted on

Your Commits Can Be Faster

Take two for the price of one! ๐Ÿ˜Ž๐Ÿ‘Œ

You know that famous sequence to commit your work "git add + git commit"?

> git commit -am "message so relevant I'm proud to read"
Enter fullscreen mode Exit fullscreen mode

You can switch to this command, so you add all the files to your local repository, stage and commit them in sequence.

Oh, and don't forget to always write a relevant message in your commits, stop the '.' or 'asdasdadsda', ok? ๐Ÿ˜“๐Ÿค

Top comments (0)