Update my email address
[guilt.git] / Documentation / guilt-add.txt
blobf1fd9f89d25a65ec11f9c0e1227e20ab203ed426
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 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[]