This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ ?> <?php echo gettext("Download libreboot"); ?>


$ gpg --recv-keys

rom/ in that directory."); ?> crossgcc/ in that directory."); ?>


$ sha512sum -c sha512sum.txt


$ gpg --verify sha512sum.txt.sig

. .

HTTP mirrors

FTP mirrors

../docs/tasks.html.

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

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

The documentation is in the other repository linked above:"); ?>
$ git clone

git documentation describes how to use 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


Copyright (C) 20XX John Doe <john@doe.com>"); ?>

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 "; ?>