public interface GitRepository extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
add(String filePattern) |
void |
commit(String message) |
File |
getDirectory() |
void |
pull() |
void |
push() |
void |
remove(String filePattern) |
closeFile getDirectory()
void add(String filePattern) throws GitException
GitExceptionvoid remove(String filePattern) throws GitException
GitExceptionvoid commit(String message) throws GitException
GitExceptionvoid push() throws GitException
GitExceptionvoid pull() throws GitException
GitExceptionCopyright © 2018 CrafterCMS. All rights reserved.