1GUILT-ADD(1) Guilt Manual GUILT-ADD(1)
2
3
4
6 guilt-add - Add a file to git and guilt
7
10 Adds the files specified to git using git-add(1) making it available to
11 guilt.
12
14 <files>
15 Files to add
16
18 Create and add a new file example.c
19
20
21 $ touch example.c
22 $ guilt add example.c
23
25 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]>
26
28 Documentation by Brandon Philips <brandon@ifup.org[2]>
29
31 Part of the guilt(7) suite (Generated for Guilt v0.36)
32
34 1. jeffpc@josefsipek.net
35 mailto:jeffpc@josefsipek.net
36
37 2. brandon@ifup.org
38 mailto:brandon@ifup.org
39
40
41
42Guilt v0.36 07/25/2019 GUILT-ADD(1)