doc: git doesn't use git-foo invocations.
[guilt.git] / Documentation / guilt-init.txt
blob10a33d3c3c7e420666d951228854046ea9829180
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 EXAMPLES
17 --------
18 First, get a repository to work on. Here's one that we'll use as an example:
20         $ git clone git://git.kernel.org/pub/scm/linux/kernel/jsipek/guilt-hello.git
22 Now, it initialize the patches directory using guilt's init command:
24         $ cd hello
25         $ guilt init
27 Author
28 ------
29 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
31 Documentation
32 -------------
33 Documentation by Brandon Philips <brandon@ifup.org>
35 include::footer.txt[]