Skip to content

Collaborate

alex-suv edited this page Jul 24, 2019 · 4 revisions

pull

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

push

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

fetch

Download objects and refs from another repository

usage: dbgit fetch [-h] [-v]
-h Show this help
-v Output full log of command execution