summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual/kernel-concepts.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-manual/kernel-concepts.xml')
-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.