docs: Commands should be on a separate line
[guilt.git] / Documentation / guilt-init.txt
blob37032e2d07fd286e599b38443d76c8941a0e53af
1 guilt-init(1)
2 =============
4 NAME
5 ----
6 guilt-init - Initialize guilt for use in a git repository
9 SYNOPSIS
10 --------
11 'guilt-init' 
13 DESCRIPTION
14 -----------
15 Initialize a git repository for use with guilt
17 EXAMPLES
18 --------
19 First, get a repository to work on. Here's one that we'll use as an example:
21 $ git-clone git://git.kernel.org/pub/scm/linux/kernel/jsipek/guilt-hello.git
23 Now, it initialize the patches directory using guilt's init command:
25 $ cd hello
27 $ guilt-init
29 Author
30 ------
31 Written by Josef "Jeff" Sipek <jsipek@cs.sunysb.edu>
33 Documentation
34 --------------
35 Documentation by Brandon Philips <brandon@ifup.org>
37 GUILT
38 -----
39 Part of the guilt[7] suite