6 guilt-init - Initialize guilt for use in a git repository
10 include::usage-guilt-init.txt[]
14 Initialize a git repository for use with guilt
19 Automatically create stack top, bottom, and base tags (sets
20 guilt.autotag config variable to 1). This is the default in most
21 cases. For more details about autotagging default option handling,
25 Do not automatically create stack top, bottom, and base tags (sets
26 guilt.autotag config variable to 0).
30 First, get a repository to work on. Here's one that we'll use as an example:
32 $ git-clone git://git.kernel.org/pub/scm/linux/kernel/jsipek/guilt-hello.git
34 Now, it initialize the patches directory using guilt's init command:
42 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
46 Documentation by Brandon Philips <brandon@ifup.org>