From 1f86eb5f693c31696f93ef1be5ec18cb479dc2df Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sat, 28 Mar 2009 19:08:16 -0400 Subject: Add git problem solutions. --- git.org | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/git.org b/git.org index a68cb91..a0c03ed 100644 --- a/git.org +++ b/git.org @@ -177,7 +177,15 @@ Can be used to reset the index, or certain files in the index, to a given commit, which is HEAD by default. -* How dVCS democratizes version control +* Problems git solves + +** Mixed two patches together + + # git reset $filename + # git add --patch + # git commit + +** In combination with git rebase, entire histories can be manipulated * My seekrit agenda -- cgit v1.2.3