summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-07-14 11:14:54 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-21 10:59:20 +0100
commit96ab5a767876cfb35f10ca0a9cf8ef282e01f1ce (patch)
tree92f53cf2b7fb1eb94d9b040ac15f739ff41345ce /documentation/kernel-manual
parent5e6f7fb24d59d4de2b15f0934bb37d871ad1a50c (diff)
downloadpoky-96ab5a767876cfb35f10ca0a9cf8ef282e01f1ce.tar.gz
documentation/kernel-manual/kernel-concepts.xml: Added references to Git Documentation. (From yocto-docs rev: 6435bc8116a586d6a027b69b1df7a6d924f48ec8)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-manual')
-rw-r--r--documentation/kernel-manual/kernel-concepts.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/kernel-manual/kernel-concepts.xml b/documentation/kernel-manual/kernel-concepts.xml
index 48914a30b3..bb4aec20fe 100644
--- a/documentation/kernel-manual/kernel-concepts.xml
+++ b/documentation/kernel-manual/kernel-concepts.xml
@@ -286,6 +286,11 @@
286 Not only is it the SCM for kernel.org but Git continues to grow in popularity and 286 Not only is it the SCM for kernel.org but Git continues to grow in popularity and
287 supports many different work flows, front-ends and management techniques. 287 supports many different work flows, front-ends and management techniques.
288 </para> 288 </para>
289 <para>
290 You can find documentation on Git at <ulink url='http://git-scm.com/documentation'></ulink>.
291 Also, the Yocto Project Development manual has an introduction to Git and describes a
292 minimal set of commands that allow you to be functional with Git.
293 </para>
289 <note><para> 294 <note><para>
290 It should be noted that you can use as much, or as little, of what Git has to offer 295 It should be noted that you can use as much, or as little, of what Git has to offer
291 as is appropriate to your project. 296 as is appropriate to your project.