-
Notifications
You must be signed in to change notification settings - Fork 4
Start a working area
DBgit edited this page Jul 10, 2019
·
15 revisions
clone a repository into a new directory
create an empty Git repository or reinitialize an existing one
Establishes connection with database
It binds dbgit with a database.
Example:
dbgit link jdbc:oracle:thin:@192.168.1.1:1521:SCHEME user=username password=pass
This command creates .dbignore file that makes dbgit ignore all db objects except of user's scheme by default.
You can reconfig .dbignore at any time, see Features for details
Specifies synonym for db scheme
Will create synonym for database schemes, so you can use simple names if your db scheme has long or hard to writing name.
Example:
dbgit synonym SYNONYM_NAME ACTUAL_SCHEME_NAME
let you bind your local repository with remote repository
Getting started
Building
Reference