regression: 011 should test guilt-commit as well
[guilt.git] / Documentation / guilt-init.txt
blob36fb2729fe6db63284f3eb7764d6ffb0d706deae
1 guilt-init(1)
2 =============
4 NAME
5 ----
6 guilt-init - Initialize guilt for use in a git repository
8 SYNOPSIS
9 --------
10 include::usage-guilt-init.txt[]
12 DESCRIPTION
13 -----------
14 Initialize a git repository for use with guilt
16 OPTIONS
17 -------
18 -n::
19         Do not automatically create stack top, bottom, and base tags (sets
20         guilt.autotag config variable to 0).
22 EXAMPLES
23 --------
24 First, get a repository to work on. Here's one that we'll use as an example:
26 $ git-clone git://git.kernel.org/pub/scm/linux/kernel/jsipek/guilt-hello.git
28 Now, it initialize the patches directory using guilt's init command:
30 $ cd hello
32 $ guilt-init
34 Author
35 ------
36 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
38 Documentation
39 -------------
40 Documentation by Brandon Philips <brandon@ifup.org>
42 include::footer.txt[]