Add file contents to the index
jgit add [-u|--update] [<pathspec>...]
Reference: git-add
Stage files to git repo.
jgit add file1 file2 file3
Using class JGit.add method.
JGit.add({'file1','file2,'file3'})
Usage
Branch
Enter search terms or a module, class or function name.