diff options
| author | Cameron McEfee <cameron@github.com> | 2011-05-27 14:01:53 -0700 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-05-27 14:01:53 -0700 |
| commit | 1771997794464b56d0e58317260093e98aabda1b (patch) | |
| tree | 10040909d8d7ca618983e017815c7b990438c7a5 /_posts/2010-01-29-rebase.markdown | |
| parent | 4e9c4c8ca65dd32a4616cc3711f8d24927341139 (diff) | |
add new categories
Diffstat (limited to '_posts/2010-01-29-rebase.markdown')
| -rw-r--r-- | _posts/2010-01-29-rebase.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2010-01-29-rebase.markdown b/_posts/2010-01-29-rebase.markdown index 40539cf..1f4e628 100644 --- a/_posts/2010-01-29-rebase.markdown +++ b/_posts/2010-01-29-rebase.markdown @@ -1,8 +1,8 @@ --- layout: default -title: All your rebase +title: Rebase description: Using git rebase to restructure a branch -categories: everyday_git +categories: intermediate --- <p class="intro">One often overlooked feature of git is the <code>git rebase</code> command. Rebase allows you to easily change a series of commits, reordering, editing, or squashing commits together into a single commit.</p> |
