]> Git Repo - buildroot-mgba.git/blob - docs/git.html
ethtool: bump to 2.6.39
[buildroot-mgba.git] / docs / git.html
1 <!--#include file="header.html" -->
2
3
4 <h3>Git Access</h3>
5
6 The buildroot repository can be browsed online through cgit at
7 <a href="http://git.buildroot.net/buildroot">http://git.buildroot.net/buildroot</a>.
8 To grab a copy of the repository use
9
10 <pre>
11 git clone git://git.buildroot.net/buildroot</pre>
12
13 Or if you're behind a firewall blocking git:
14
15 <pre>
16 git clone http://git.buildroot.net/git/buildroot.git</pre>
17
18 <p>
19
20 Please use the native git protocol if at all possible, as it's a lot
21 more efficient than HTTP.
22
23 <p>
24
25 If you are not already familiar with using Git, we recommend you visit <a
26 href="http://git-scm.org">the Git website</a>.
27
28 <p>
29
30 Once you've checked out a copy of the source tree, you can update your source
31 tree at any time so it is in sync with the latest and greatest by entering your
32 buildroot directory and running the command:
33
34 <pre>
35 git pull
36 </pre>
37
38 Because you've only been granted anonymous access to the tree, you won't be
39 able to commit any changes. Changes can be submitted for inclusion by posting
40 them to the buildroot mailing list or to the <a
41 href="https://bugs.uclibc.org/">Bug and Patch Tracking System</a>.
42
43 <!--#include file="footer.html" -->
44
This page took 0.029204 seconds and 4 git commands to generate.