890397592ccdef14c9e183580ae31383685286f1
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / docs / website / git.html
1 <!--#include file="header.html" -->
2
3 <div class="row">
4 <div class="col-sm-10 col-sm-offset-1">
5
6 <h3>Git Access</h3>
7
8 The buildroot repository can be browsed online through cgit at
9 <a href="http://git.buildroot.net/buildroot/">http://git.buildroot.net/buildroot</a>.
10 To grab a copy of the repository use
11
12 <pre>
13 git clone git://git.buildroot.net/buildroot</pre>
14
15 Or if you're behind a firewall blocking git:
16
17 <pre>
18 git clone http://git.buildroot.net/git/buildroot.git</pre>
19
20 <p>
21
22 Please use the native git protocol if at all possible, as it's a lot
23 more efficient than HTTP.
24
25 <p>
26
27 If you are not already familiar with using Git, we recommend you visit <a
28 href="http://git-scm.org">the Git website</a>.
29
30 <p>
31
32 Once you've checked out a copy of the source tree, you can update your source
33 tree at any time so it is in sync with the latest and greatest by entering your
34 buildroot directory and running the command:
35
36 <pre>
37 git pull
38 </pre>
39
40 Because you've only been granted anonymous access to the tree, you won't be
41 able to push your changes to the repo. Changes can instead be submitted for
42 inclusion by posting them to the buildroot mailing list.
43
44 </div><!--/.col-sm-10 -->
45 </div><!--/.row -->
46
47 <!--#include file="footer.html" -->
48