Penguin
Diff: KernelDevelopmentWithGit
EditPageHistoryDiffInfoLikePages

Differences between version 14 and predecessor to the previous major change of KernelDevelopmentWithGit.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 14 Last edited on Monday, July 17, 2006 9:47:20 am by IanMcDonald Revert
Older page: version 13 Last edited on Friday, June 30, 2006 3:32:04 pm by IanMcDonald Revert
@@ -113,6 +113,12 @@
 If you want to merge back with a branch (e.g. master which is Linus' branch) 
 <verbatim> 
 git-merge "A comment" mybranch master 
 </verbatim> 
+  
+!Series of patches  
+  
+There is a tool to help manage a series of patches called Stacked Git or stgit for short. There is a DebianLinux package for this called stgit and the web page for this program is at - http://www.procode.org/stgit/  
+  
+Basically you create a branch (see above) and then manage stacks of patches in this and resync upstream when you want to.  
 ---- 
 Part of CategoryKernel