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"
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)