guilt-init - Initialize guilt for use in a git repository
guilt-init [-n]
Initialize a git repository for use with guilt
Do not automatically create stack top, bottom, and base tags (sets guilt.autotag config variable to 0).
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
Written by Josef "Jeff" Sipek <jsipek@cs.sunysb.edu>
Documentation by Brandon Philips <brandon@ifup.org>
Part of the guilt7 suite (Generated for Guilt )