diff options
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> |
