From: Jens Lehmann Date: Fri, 3 Jan 2014 12:20:12 +0000 (-0800) Subject: added "apply" to list X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6a4e2a42397ff101f53349240716e268560abbb7;p=git-submod-enhancements.wiki.git added "apply" to list --- diff --git a/Recursive-submodule-checkout.textile b/Recursive-submodule-checkout.textile index c4aa1bf..664eb70 100644 --- a/Recursive-submodule-checkout.textile +++ b/Recursive-submodule-checkout.textile @@ -1,4 +1,4 @@ -This effort is about teaching @am@, @bisect@, @checkout@, @checkout-index@, @cherry-pick@, @merge@, @pull@, @read-tree@, @rebase@, @reset@ & @stash@ to recursively update submodule work trees according to the commit recorded in the superproject (which gets rid of having to run "git submodule update" every time something changes). +This effort is about teaching @am@, @apply@, @bisect@, @checkout@, @checkout-index@, @cherry-pick@, @merge@, @pull@, @read-tree@, @rebase@, @reset@ & @stash@ to recursively update submodule work trees according to the commit recorded in the superproject (which gets rid of having to run "git submodule update" every time something changes). You find the current state of this series in the [[recusive_submodule_update|https://github.com/jlehmann/git-submod-enhancements/tree/recursive_submodule_checkout]] branch in this repo.