From e2cac48876e11a29fd7b873dbfe2e5b0138e3fe5 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 3 May 2009 22:11:33 +0200 Subject: docs/: announce move to git Signed-off-by: Peter Korsgaard --- docs/git.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 docs/git.html (limited to 'docs/git.html') diff --git a/docs/git.html b/docs/git.html new file mode 100644 index 000000000..ef20eeaa6 --- /dev/null +++ b/docs/git.html @@ -0,0 +1,38 @@ + + + +

Git Access

+ +The buildroot repository can be browsed online through cgit at +http://git.buildroot.net/buildroot. +To grab a copy of the repository use + +
+git clone git://git.buildroot.net/buildroot
+ +Or if you're behind a firewall blocking git: + +
+git clone http://git.buildroot.net/buildroot
+ +

+ +If you are not already familiar with using Git, we recommend you visit the Git website. + +

+ +Once you've checked out a copy of the source tree, you can update your source +tree at any time so it is in sync with the latest and greatest by entering your +buildroot directory and running the command: + +

+git pull
+ +Because you've only been granted anonymous access to the tree, you won't be +able to commit any changes. Changes can be submitted for inclusion by posting +them to the buildroot mailing list or to the Bug and Patch Tracking System. + + + -- cgit v1.2.3