From 2d82c07afdcdbbe47e91868d47cc4cff53e09b90 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 31 May 2015 21:27:12 -0400 Subject: Split up download page into separate pages --- (limited to 'site/download/index.php') diff --git a/site/download/index.php b/site/download/index.php index 1373b44..b7c70fc 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -36,54 +36,12 @@

-

- - - - - -
- -

- -

- -

-

-
- $ gpg --recv-keys -

- -

- - - rom/ in that directory, and crossgcc tarballs under crossgcc/."); ?> -

-

-
- $ sha512sum -c sha512sum.txt -

-

-
- $ gpg --verify sha512sum.txt.sig -

- -
- -
- -

-

. . +

HTTP mirrors

@@ -99,166 +57,8 @@
-
- -

-

- -

- - - -

- -

- -
- -
- -

- -

- ../docs/tasks.html. - There is also a -

- -

- ../docs/maintain/index.html and ../docs/git/index.html."); ?> -

- -

-

- This also contains the documentation:"); ?>
- $ git clone -

-

- Documentation is in the other repository:"); ?>
- $ git clone -

- -

-

- git documentation describes how to use git. The following notes include simple tips for how to use git, but it is a good idea to get fully acquainted with git."); ?> -

-

-
- $ git config --global user.name "Your Name"
- $ git config --global user.email your@emailaddress.com -

-

-
- $ git config --global core.editor nano
- $ git config --global color.status auto
- $ git config --global color.branch auto
- $ git config --global color.interactive auto
- $ git config --global color.diff auto -

-

- - - -

-

-
- $ git status -

-
- -
- -

- -

-

- - - - https://www.gnu.org/licenses/license-list.html. -

-

- - GNU Free Documentation License, because we do not want to endorse or support the Invariant clauses that this license allows. Changes submitted under this license will be rejected, even if it contains no Invariant sections."); ?> - -

- -
- -
- -

- git add path/to/file. You should also add any other files that are listed as modified in the git status. If there are deleted files in the git status, you can use git rm path/to/file. As long as you have added all the untracked files, it is generally easier to use:"); ?>
- $ git commit -a
- git commit)"); ?> -

-

-
- $ git commit --amend
-
- $ git commit -a --amend -

-

-
- $ git log -

-

-
- $ git config --global --add alias.lol "log --graph --decorate --pretty=oneline --abbrev-commit --all"
-
- $ git lol
- git log, but on steroids."); ?> -

-

-

- -

-

-

- -

-

- -

- -

- -

-

- - $ git clone - "; ?> - -

- -

-

- - $ git clone - "; ?> - -

- -
- -
- -

- Trisquel website."); ?> -

- -
- -- cgit v0.9.1