guilt-init(1)
NAME
guilt-init - Initialize guilt for use in a git repository
SYNOPSIS
guilt-init [-n | -a]
DESCRIPTION
Initialize a git repository for use with guilt
OPTIONS
- -a
- Automatically create stack top, bottom, and base tags (sets
guilt.autotag config variable to 1). This is the default in most
cases. For more details about autotagging default option handling, see guilt(7). - -n
- Do not automatically create stack top, bottom, and base tags (sets guilt.autotag config variable to 0).
EXAMPLES
First, get a repository to work on. Here´s one that we´ll use as an
example:
$ git-clone
git://git.kernel.org/pub/scm/linux/kernel/jsipek/guilt-hello.git
Now, it initialize the patches directory using guilt´s init command:
$ cd hello
$ guilt-init
AUTHOR
Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]>
DOCUMENTATION
Documentation by Brandon Philips <brandon@ifup.org[2]>
GUILT
Part of the guilt7[3] suite (Generated for Guilt )
NOTES
- 1. jeffpc@josefsipek.net
- mailto:jeffpc@josefsipek.net
- 2. brandon@ifup.org
mailto:brandon@ifup.org - 3. 7
guilt