... | ... | @@ -20,6 +20,12 @@ Please note the following two particularities: |
|
|
|
|
|
# Locally Add New Files
|
|
|
|
|
|
If there are new files add them with a command such as:
|
|
|
|
|
|
`git add my/XRX/src/mom/app/collection/widget/remove-collection.widget.xml`
|
|
|
|
|
|
If there aren't any new files, continue with locally commiting 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:
|
|
|
|
... | ... | |