Recent posts

Using Git Like a Pro – aliases

1 minute read

Aliases are created through the use of the git config command, and will be saved to $HOME/.gitconfig, use below two commands to see a list of aliases:

Using Gerrit on Ubuntu

2 minute read

Install Gerrit First download the latest version of gerrit from Gerrit Releases site:

Shell - batch revert and push to gerrit

less than 1 minute read

This post illustrates how to revert a commit in many branches, say 100 for example, and then push to gerrit server with reviewers added.