Posts by Tags

gerrit

Nicely formatting git logs (and some gerrit tips)

1 minute read

Published:

I recently found that the command that I show you below is the most common one that I use. Sometimes when you work on a big git repo you need to understand where your current changes are in the git history and command like git log is of big help, but apparently there are multiple arguments to this line that could enhance overall visibility of this log. In particular I added the below aliases to .gitconfig to quickly see my status.

git

Nicely formatting git logs (and some gerrit tips)

1 minute read

Published:

I recently found that the command that I show you below is the most common one that I use. Sometimes when you work on a big git repo you need to understand where your current changes are in the git history and command like git log is of big help, but apparently there are multiple arguments to this line that could enhance overall visibility of this log. In particular I added the below aliases to .gitconfig to quickly see my status.