Created by yamlee on 7/7/16.
| Type | Name and description |
|---|---|
boolean |
addTag(java.lang.String tagName, java.lang.String description)add a new tag |
java.util.List<java.lang.String> |
branchList()List all branch name @return |
boolean |
checkOut(java.lang.String branchName, boolean createNew)check out a branch with target branch name |
boolean |
commit(java.lang.String msg)Commit msg with param msg |
java.util.List<LogMessage> |
log(int recentCommitCount)Get commit history log |
java.util.List<LogMessage> |
log(java.lang.String fromCommitId, java.lang.String toCommitId)Get commit history log with range |
java.util.List<LogMessage> |
logAll()Get commit all history log |
boolean |
push()push to remote repository @return |
boolean |
pushTags()push all tags to remote repository @return |
add a new tag
List all branch name
check out a branch with target branch name
Commit msg with param msg
Get commit history log
Get commit history log with range
Get commit all history log
push to remote repository
push all tags to remote repository