doc: git doesn't use git-foo invocations.
[guilt.git] / Documentation / guilt-add.txt
blob067b6cac623b47d8c920cc2f414f4be1c6f4bf68
1 guilt-add(1)
2 ============
4 NAME
5 ----
6 guilt-add - Add a file to git and guilt
8 SYNOPSIS
9 --------
10 include::usage-guilt-add.txt[]
12 DESCRIPTION
13 -----------
14 Adds the files specified to git using git-add(1) making it available to guilt.
16 OPTIONS
17 -------
18 <files>::
19         Files to add
21 EXAMPLES
22 --------
24 Create and add a new file example.c
26         $ touch example.c
27         $ guilt add example.c
29 Author
30 ------
31 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
33 Documentation
34 -------------
35 Documentation by Brandon Philips <brandon@ifup.org>
37 include::footer.txt[]