Git: useful alias
It’s well known that developers want to optimize and simplify repetitive tasks. We like to make shortcuts, type fewer characters to run commands. For this purpose, I suggest some git aliases.


With git daily using, anyone discovers that the default display of the log is complicated, difficult to use.
Otherwise, sometimes we have to fix a typo in a previous commit after a few new commits.
But the goal is to keep a “clean” git history with consistent commits adding features to facilitate the code reviews.
All these problems and relative solutions are explained in details in this post: Git: useful alias
My Latest Medium Post
These are the articles I published this week on Medium. They're all Friend Links so you can read them for free, even without a Medium Membership.

Java 8 functional programming, how I do?
Connect With Me!
Want to connect with me? Check me out on social media.
I'm also active on Twitter.
And of course, be sure to follow me on Medium!