... | @@ -23,8 +23,11 @@ Please note the following two particularities: |
... | @@ -23,8 +23,11 @@ Please note the following two particularities: |
|
# Locally Commit and Label Your Changes
|
|
# 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:
|
|
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/widget/remove-collection.widget.xml -m 'new widget remove-collection'`
|
|
* git commit my/XRX/src/mom/app/collection -m
|
|
|
|
|
|
`git commit my/XRX/src/mom/app/collection/widget/remove-collection.widget.xml -m 'bugfix for widget remove-collection'`
|
|
|
|
|
|
|
|
`git commit my/XRX/src/mom/app/collection -m 'minor changes in app collection'`
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
|
... | | ... | |