diff --git a/doc/dev/README.md b/doc/dev/README.md index 2fafaf4d808a7eccb02373bf1a771cea3b040365..7c1413079ced2bfa3e97d999738df3a93b85773b 100755 --- a/doc/dev/README.md +++ b/doc/dev/README.md @@ -90,16 +90,17 @@ We therefore ask you to follow the procedure described in this example: - After you have edited some functionality in Voyager, for example BREADs, and you are happy with these edits, run ```sh git add * -git commit +git commit -m "I changed this and that in the code" ./gitfunctionalitytables.sh +git commit -m " I changed this and that in BREADS and MENUs..." ``` - Let's assume now that you want to start doing some tasks in a new branch called dev: ```sh git chekout -b dev do some work on files and/or BREADs and/or MENUs ... git add * -git commit -m "I did some dev tasks" ./gitfunctionalitytables.sh +git commit -m "I did some dev tasks" ``` - And now you want to go back to branch master and retrieve not only the files but also the BREADs and MENUs ```sh