... | @@ -18,9 +18,15 @@ Please note the following two particularities: |
... | @@ -18,9 +18,15 @@ Please note the following two particularities: |
|
|
|
|
|
1. Below the heading **_Untracked files_** there always appear two directories (**_localhost_**, **_test_**) and two files (**_.XRX.compiler.tmp_**, **_xrx.conf.xml_**). In the **_localhost_** directory, the eXist application server was installed during the installation process. The **_test_** directory is automatically crated by the Eclipse environment. **_.XRX.compiler.tmp_** and **_xrx.conf.xml_** are also automatically created utility files relevant for the XRX system. **Please do never commit these files and directories as well since they are only relevant for your local MOM-CA installation!**
|
|
1. Below the heading **_Untracked files_** there always appear two directories (**_localhost_**, **_test_**) and two files (**_.XRX.compiler.tmp_**, **_xrx.conf.xml_**). In the **_localhost_** directory, the eXist application server was installed during the installation process. The **_test_** directory is automatically crated by the Eclipse environment. **_.XRX.compiler.tmp_** and **_xrx.conf.xml_** are also automatically created utility files relevant for the XRX system. **Please do never commit these files and directories as well since they are only relevant for your local MOM-CA installation!**
|
|
|
|
|
|
# Locally Commit and Label your changes
|
|
# Locally Add new Files
|
|
|
|
|
|
so that other MOM-CA developers get an idea about what you have changed.
|
|
# Locally Commit and Label your Changes
|
|
|
|
Whenever you have finished a single working task, e.g. the creation of a new widget or a bugfix for a existing widget, commit your changes locally with a commond such as:
|
|
|
|
|
|
|
|
* git commit my/XRX/src/mom/app/collection/widget/collection.widget.xml -m ''
|
|
|
|
* git commit my/XRX/src/mom/app/collection -m
|
|
|
|
|
|
|
|
It is . It is better to commit and label changes often. Try to formulate the commit messages as accurate as possible so that other MOM-CA developers get a good idea about what you have changed.
|
|
|
|
|
|
# Commit your Changes to the public Git Repository
|
|
# Commit your Changes to the public Git Repository
|
|
|
|
|
... | | ... | |