... | ... | @@ -29,7 +29,7 @@ If there are new directories or files, add them with a command such as: |
|
|
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:
|
|
|
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 command such as:
|
|
|
|
|
|
`git commit my/XRX/src/mom/app/collection/widget/remove-collection.widget.xml -m 'new widget remove-collection'`
|
|
|
|
... | ... | |