|
|
The MOM-CA community uses github for collaborative development. In the following it is assumed that the Linux terminal is placed in the directory where MOM-CA is installed, e.g. in _/home/jochen/XRX/mom.XRX_. All changes are commited into the master branch.
|
|
|
|
|
|
# Update the Local Codebase
|
|
|
# Update your Local Codebase
|
|
|
|
|
|
Before committing any changes, update your local codebase with the changes done by other MOM-CA developers using the following command:
|
|
|
|
|
|
`git pull origin master`
|
|
|
|
|
|
# Get the Status
|
|
|
# Get your Local Status
|
|
|
|
|
|

|
|
|
|
|
|
The `git status` command informs about the files modified and the files added or removed since the last commit.
|
|
|
|
|
|
Please note the following two particularities:
|
|
|
|
|
|
1. Under the heading _Changes not staged for commit:_ there always appears the modified file _build.properties.xml_ which you have changed during installation with individual parameters optimized for your local MOM-CA installation. **Please do never commit this file to the public Git repository since the file contains your private database admin password!**
|
|
|
|