-
Notifications
You must be signed in to change notification settings - Fork 4
Collaborate
DBgit edited this page Jul 10, 2019
·
4 revisions
Fetch from and integrate with another repository or a local branch
usage:
dbgit pull [<repository> [<refspec>...]] [-h] [-v]
Example:
dbgit pull origin master
-h Shows this help
-v Outputs full log of command execution
Update remote refs along with associated objects
usage:
dbgit push <remote_name> [-h] [-v]
Example:
dbgit push
-h Shows this help
-v Outputs full log of command execution
Download objects and refs from another repository
usage:
dbgit fetch [-h] [-v]
-h Shows this help
-v Outputs full log of command execution
Getting started
Building
Reference