Penguin
Diff: KernelDevelopmentWithGit
EditPageHistoryDiffInfoLikePages

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

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

Newer page: version 15 Last edited on Monday, July 17, 2006 12:22:11 pm by AristotlePagaltzis Revert
Older page: version 13 Last edited on Friday, June 30, 2006 3:32:04 pm by IanMcDonald Revert
@@ -113,6 +113,13 @@
 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 | http://www.procode.org/stgit/] or stgit for short. The [Debian] [Package] is called <tt>stgit</tt>.  
+  
+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