mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
documentation/dev-manual/dev-manual-newbie.xml: fixed broken link
there was a link to some Git documentation referencing workflows that apparently had gone stale. I replaced the reference with a link to the Git Community Book. (From yocto-docs rev: 7a2cbe4c45eb9bb53d5ddbc014bd6005c2844d56) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a5f400cd93
commit
f6d3ca28d9
@@ -486,8 +486,8 @@
|
|||||||
While each development environment is unique, there are some best practices or methods
|
While each development environment is unique, there are some best practices or methods
|
||||||
that help development run smoothly.
|
that help development run smoothly.
|
||||||
The following list describes some of these practices.
|
The following list describes some of these practices.
|
||||||
For more detailed information about these strategies see
|
For more information about Git workflows, see the workflow topics in the
|
||||||
<ulink url='http://www.kernel.org/pub/software/scm/git/docs/gitworkflows.html'>Git Workflows</ulink>.
|
<ulink url='http://book.git-scm.com'>Git Community Book</ulink>.
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para><emphasis>Make Small Changes:</emphasis> It is best to keep the changes you commit
|
<listitem><para><emphasis>Make Small Changes:</emphasis> It is best to keep the changes you commit
|
||||||
small as compared to bundling many disparate changes into a single commit.
|
small as compared to bundling many disparate changes into a single commit.
|
||||||
|
|||||||
Reference in New Issue
Block a user