Skip to content

Commit

Permalink
Added: how to combine multiple commits
Browse files Browse the repository at this point in the history
  • Loading branch information
aert-odoo committed Sep 8, 2012
1 parent 7662d07 commit c9cd0b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/git.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ List Branches and Tracking Info

$ git branch -avv


Combine multiple commits into one
=================================

Use ``git rebase`` than interactively ``pick`` and ``squash`` ( see `here <http://feeding.cloud.geek.nz/2010/08/combining-multiple-commits-into-one.html>`)

0 comments on commit c9cd0b9

Please sign in to comment.