From 006154597913b5af76d65d6e9fe2aa369ae844fd Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 29 Oct 2015 22:26:48 -0400 Subject: git page: add note about verifying commit before sending --- (limited to 'site/git/index.php') diff --git a/site/git/index.php b/site/git/index.php index af1e661..63c65e6 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -172,6 +172,12 @@ could be an assumed name, or it could be because you are submitting a patch on someone else's behalf. If you want to be anonymous (no name), you could use Libreboot Contributor as your name, and noname@libreboot.org as the email address.

+

+ Check once more that everything you want is added. Use the git status command to check for untracking changes/files, and adapt accordingly. + Once you've committed everything, your changes will appear in a diff format, using this command: + $ git show
+ Use PgUp/PgDown to navigate the diff output. This uses the less utility, so all the features from that (e.g. keyword search) are also available. +


-- cgit v0.9.1