6 git-add - Add files to the cache.
10 'git-add' [-n] [-v] <file>...
14 A simple wrapper for git-update-index to add files to the cache for people used
20 Files to add to the cache.
23 Don't actually add the file(s), just show if they exist.
31 Written by Linus Torvalds <torvalds@osdl.org>
35 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
39 Part of the gitlink:git[7] suite