After using Gerrit professionally for almost 5 years, I have came up with a set of 6 simple git aliases to ease things up.
Articles tagged with git
-
-
Git Pre-Commit Hook for Rust Projects
Having a CI system is very convenient to ensure that your project contains no bugs. But running tests locally before pushing is also a great solution. By running tests before every commit, we ensure that each of them is working independently (as they should).