git: 2c7165edba - main - committers-guide: wordsmith the basics with the links a little.

Warner Losh imp at FreeBSD.org
Tue Jun 15 04:43:09 UTC 2021


The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/doc/commit/?id=2c7165edbaf2f2ba70f9919cbb1910bfe86c4e1c

commit 2c7165edbaf2f2ba70f9919cbb1910bfe86c4e1c
Author:     Warner Losh <imp at FreeBSD.org>
AuthorDate: 2021-06-15 04:42:11 +0000
Commit:     Warner Losh <imp at FreeBSD.org>
CommitDate: 2021-06-15 04:42:11 +0000

    committers-guide: wordsmith the basics with the links a little.
    
    Sponsored by:           Netflix
---
 documentation/content/en/articles/committers-guide/_index.adoc | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc
index 401d0c97c0..6dffae7c69 100644
--- a/documentation/content/en/articles/committers-guide/_index.adoc
+++ b/documentation/content/en/articles/committers-guide/_index.adoc
@@ -278,12 +278,11 @@ Mentored committers can provide a "Reviewed by" but not an "Approved by".
 [[git-basics]]
 === Git basics
 
-There are many primers on how to use Git on the web.
-There's a lot of them (search for "Git primer").
-https://danielmiessler.com/study/git/ and https://gist.github.com/williewillus/068e9a8543de3a7ef80adb2938657b6b are good overviews.
+When one searches for "Git Primer" a number of good ones come up.
+Daniel Miessler's link:https://danielmiessler.com/study/git/[A git primer] and Willie Willus' link:https://gist.github.com/williewillus/068e9a8543de3a7ef80adb2938657b6b[Git - Quick Primer] are both good overviews.
 The Git book is also complete, but much longer https://git-scm.com/book/en/v2.
 There is also this website https://ohshitgit.com/ for common traps and pitfalls of Git, in case you need guidance to fix things up.
-In addition, an introduction link:https://eagain.net/articles/git-for-computer-scientists/[targeted at computer scientists] has proven helpful to some.
+Finally, an introduction link:https://eagain.net/articles/git-for-computer-scientists/[targeted at computer scientists] has proven helpful to some at explaining the Git world view.
 
 This document will assume that you've read through it and will try not to belabor the basics (though it will cover them briefly).
 


More information about the dev-commits-doc-all mailing list