table of contents
GUILT-NEW(1) | Guilt Manual | GUILT-NEW(1) |
NAME¶
guilt-new - Create a new patch
SYNOPSIS¶
guilt new [-f] [-s] [-e|-m message] <patchname>
DESCRIPTION¶
Create a new patch and push it on top of the stack. An optional patch description can be supplied either interactively on via the command line.
OPTIONS¶
-f
-s
-e
-m <message>
<patchname>
EXAMPLES¶
Create a new patch called foobar:
$ guilt new foobar
Create a patch called foo and supply a patch description interactively:
$ guilt new -e foo
Create a patch called bar with a provided patch description and sign off on the patch:
$ guilt new -s -m patch-fu bar
AUTHOR¶
Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]>
DOCUMENTATION¶
Documentation by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]>
GUILT¶
Part of the guilt(7) suite (Generated for Guilt v0.36)
NOTES¶
- 1.
- jeffpc@josefsipek.net
01/12/2023 | Guilt v0.36 |