-
Notifications
You must be signed in to change notification settings - Fork 4
Collaborate
alex-suv edited this page Jul 24, 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 Show this help
-v Output full log of command execution
Update remote refs along with associated objects
usage:
dbgit push <remote_name> [-h] [-v]
Example:
dbgit push
-h Show this help
-v Output full log of command execution
Download objects and refs from another repository
usage:
dbgit fetch [-h] [-v]
-h Show this help
-v Output full log of command execution
Getting started
Building
Reference