emacs/var/elfeed/db/data/91/91ba3a40e4d9ca7836fb129de93710b3778fd54e
2022-01-03 12:49:32 -06:00

22 lines
667 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="date">20 July 2014</div>
<p>
Now that my company is starting to use Gerrit, I decided to
resurrect some old essays on Git usage.
</p>
<p>
Good Git practice encourages developers to create a history of
<i>useful</i> commits. This essay is a recipe for squashing
multiple... uh... less than helpful commits into a single commit using
the Git's interactive rebase command.
</p>
<p>
This is a good technique if you start to use the <a href="Technical/Git/gerrit-workflow.html">Gerrit Review system</a>.
</p>
<p>
<a href="Technical/Git/squashing-commits.html">Read more...</a>
</p>