summaryrefslogtreecommitdiffstats
path: root/documentation/getting-started/eclipse/html/getting-started/git.html
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-01-29 15:18:03 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-14 15:25:29 +0000
commitae06e04cd225d2c2147ca355e2dd39b4f6cf6775 (patch)
treec920e85262a91e7626279e7dcbbd56a299919f49 /documentation/getting-started/eclipse/html/getting-started/git.html
parentebc7de094881dd8f2450aa4fdf548f2e9c835df1 (diff)
downloadpoky-ae06e04cd225d2c2147ca355e2dd39b4f6cf6775.tar.gz
documentation: Created new "Getting Started" manual.
Creation involved removing the overview-manual and replacing it with the getting-started manual. All links to the string "&YOCTO_DOCS_OVERVIEW_URL" had to be replaced with "&YOCTO_DOCS_GS_URL" across the entire YP manual set. I renamed files used to create the manual with prefixes suited for the new manual name, which is "Getting Started With Yocto Project". The style sheet for the new manual needed updating to display the new .PNG image for the title page. The mega-manual file had to be updated to include the files. The mega-manual.sed file had to be updated to include the new manual and not use the overview manual. (From yocto-docs rev: 6c7abf9192390121000f577d6c98f259d290d15d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/getting-started/eclipse/html/getting-started/git.html')
-rw-r--r--documentation/getting-started/eclipse/html/getting-started/git.html51
1 files changed, 51 insertions, 0 deletions
diff --git a/documentation/getting-started/eclipse/html/getting-started/git.html b/documentation/getting-started/eclipse/html/getting-started/git.html
new file mode 100644
index 0000000000..7e652a4efa
--- /dev/null
+++ b/documentation/getting-started/eclipse/html/getting-started/git.html
@@ -0,0 +1,51 @@
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>2.4. Git</title>
5<link rel="stylesheet" type="text/css" href="../book.css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7<link rel="home" href="index.html" title="Getting Started With Yocto Project">
8<link rel="up" href="overview-development-environment.html" title="Chapter 2. The Yocto Project Development Environment">
9<link rel="prev" href="workflows.html" title="2.3. Workflows">
10<link rel="next" href="repositories-tags-and-branches.html" title="2.4.1. Repositories, Tags, and Branches">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" title="2.4. Git">
13<div class="titlepage"><div><div><h2 class="title" style="clear: both">
14<a name="git"></a>2.4. Git</h2></div></div></div>
15<p>
16 The Yocto Project makes extensive use of Git, which is a
17 free, open source distributed version control system.
18 Git supports distributed development, non-linear development,
19 and can handle large projects.
20 It is best that you have some fundamental understanding
21 of how Git tracks projects and how to work with Git if
22 you are going to use the Yocto Project for development.
23 This section provides a quick overview of how Git works and
24 provides you with a summary of some essential Git commands.
25 </p>
26<div class="note" title="Notes" style="margin-left: 0.5in; margin-right: 0.5in;">
27<h3 class="title">Notes</h3>
28<div class="itemizedlist"><ul class="itemizedlist" type="disc">
29<li class="listitem"><p>
30 For more information on Git, see
31 <a class="ulink" href="http://git-scm.com/documentation" target="_self">http://git-scm.com/documentation</a>.
32 </p></li>
33<li class="listitem"><p>
34 If you need to download Git, it is recommended that you add
35 Git to your system through your distribution's "software
36 store" (e.g. for Ubuntu, use the Ubuntu Software feature).
37 For the Git download page, see
38 <a class="ulink" href="http://git-scm.com/download" target="_self">http://git-scm.com/download</a>.
39 </p></li>
40<li class="listitem"><p>
41 For examples beyond the limited few in this section on how
42 to use Git with the Yocto Project, see the
43 "<a class="link" href="../dev-manual/working-with-yocto-project-source-files.html" target="_self">Working With Yocto Project Source Files</a>"
44 section in the Yocto Project Development Tasks Manual.
45 </p></li>
46</ul></div>
47</div>
48<p>
49 </p>
50</div></body>
51</html>