From 1771997794464b56d0e58317260093e98aabda1b Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Fri, 27 May 2011 14:01:53 -0700 Subject: add new categories --- _posts/2010-01-29-rebase.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_posts/2010-01-29-rebase.markdown') 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 ---

One often overlooked feature of git is the git rebase command. Rebase allows you to easily change a series of commits, reordering, editing, or squashing commits together into a single commit.

-- cgit v1.3.1