trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue