trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,22 @@
<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>