diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 1422384e48..ec0aad3bfb 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -486,8 +486,8 @@ | |||
486 | While each development environment is unique, there are some best practices or methods | 486 | While each development environment is unique, there are some best practices or methods |
487 | that help development run smoothly. | 487 | that help development run smoothly. |
488 | The following list describes some of these practices. | 488 | The following list describes some of these practices. |
489 | For more detailed information about these strategies see | 489 | For more information about Git workflows, see the workflow topics in the |
490 | <ulink url='http://www.kernel.org/pub/software/scm/git/docs/gitworkflows.html'>Git Workflows</ulink>. | 490 | <ulink url='http://book.git-scm.com'>Git Community Book</ulink>. |
491 | <itemizedlist> | 491 | <itemizedlist> |
492 | <listitem><para><emphasis>Make Small Changes:</emphasis> It is best to keep the changes you commit | 492 | <listitem><para><emphasis>Make Small Changes:</emphasis> It is best to keep the changes you commit |
493 | small as compared to bundling many disparate changes into a single commit. | 493 | small as compared to bundling many disparate changes into a single commit. |