This repository has been archived by the owner on Dec 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
GitTasks
Rimero Solutions edited this page Jul 28, 2013
·
2 revisions
Git tasks container to nest git commands.
Name | Description | Required |
---|---|---|
verbose | Unable/Disable Git commands verbosity | false |
settingsref | Sets a settings reference ID to lookup git settings | true |
directory | Sets the default git directory for nested tasks. | true |
Name | Description |
---|---|
branchlist | Creates a new nested branchlist task |
apply | Creates a nested apply task. |
add | Creates a nested add task. |
branch | Creates a nested branch task. |
branchdelete | Creates a nested branchdelete task. |
checkout | Creates a nested checkout task. |
clean | Creates a nested clean task. |
clone | Creates a nested clone task. |
commit | Creates a nested commit task |
fetch | Creates a nested fetch task |
init | Creates a nested init task |
pull | Creates a nested pull task. |
push | Creates a nested tag task. |
uptodate | Creates a nested tag task |
tag | Creates a nested tag task. |
taglist | Creates a nested taglist task |
tagdelete | Creats a nested tagdelete task. |