stg-bury(1) =========== Yann Dirson v0.13, April 2007 NAME ---- stg-bury - stgdesc:bury[] SYNOPSIS -------- [verse] 'stg' bury [--to=] [--nopush] [] DESCRIPTION ----------- This is the opposite operation of stglink:float[]: move the specified patches down the stack. It is for example useful to group stable patches near the bottom of the stack, where they are less likely to be impacted by the push of another patch, and from where they can be more easily committed or pushed. If no patch is specified on command-line, the current patch is buried. By default patches are buried at the bottom of the stack, but the '--to' option allows to bury under any applied patch. Buring internally involves popping all patches (or all patches including ), then pushing the patches to bury, and then (unless '--nopush' is also given) pushing back into place the formerly-applied patches. OPTIONS ------- --to=:: -t :: Specify a target patch to bury the patches below, instead of buring at the bottom of the stack. --nopush:: -n:: Do not push back on the stack the formerly-applied patches. Only the patches to bury are pushed. StGIT ----- Part of the StGIT suite - see gitlink:stg[1].