Statements to Work with GIT¶
This section describes the command required to work with GIT. The commands are different than for Subversion and Microsoft TFS because GIT is a distributed version control system and the other ones are centralized systems.
DVCSCOMMIT¶
DVCSCOMMIT
checks the specified element into the version control
repository, along with the dependies of the element that have been
modified.
Syntax of the DVCSCOMMIT statement¶
DVCSCOMMIT <element-path:literal> [ LOGMESSAGE <log-message:literal> ]
Optionally, you can add a message to the commit in the LOGMESSAGE
clause.
DVCSPUSH¶
DVCSPUSH
transfers the commits of a database from your local
repository to the remote repository.
Syntax of the DVCSPUSH statement¶
DVCSPUSH <database_name:literal>