diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 03bb83096e..436ecb6fb7 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -1730,6 +1730,11 @@ directory.</para></listitem> | |||
1730 | "<ulink url='&YOCTO_DOCS_QS_URL;#building-image'>Building an Image</ulink>" | 1730 | "<ulink url='&YOCTO_DOCS_QS_URL;#building-image'>Building an Image</ulink>" |
1731 | section of the Yocto Project Quick Start. | 1731 | section of the Yocto Project Quick Start. |
1732 | </note></para></listitem> | 1732 | </note></para></listitem> |
1733 | <listitem><para><emphasis>Change Your Working Directory:</emphasis> | ||
1734 | After making your edits, move back to the directory from which you | ||
1735 | initialized the Git repository. | ||
1736 | Returning to this directory ensures you are using the correct branch when | ||
1737 | you go to commit your changes.</para></listitem> | ||
1733 | <listitem><para><emphasis>See the List of Files You Changed:</emphasis> | 1738 | <listitem><para><emphasis>See the List of Files You Changed:</emphasis> |
1734 | Use the <filename>git status</filename> command to see what files you have actually edited. | 1739 | Use the <filename>git status</filename> command to see what files you have actually edited. |
1735 | The ability to have Git track the files you have changed is an advantage that this | 1740 | The ability to have Git track the files you have changed is an advantage that this |