From 68dfaeef078d4da433eee5b6d998bad0f4f78c81 Mon Sep 17 00:00:00 2001 From: Daniel Knittl-Frank Date: Tue, 20 Jul 2021 19:28:00 +0200 Subject: [PATCH] Point readers to Libera Chat IRC The #git channel on Freenode does not have an active user base anymore. Match the recommended IRC network of . --- book/01-introduction/sections/help.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/01-introduction/sections/help.asc b/book/01-introduction/sections/help.asc index 1a10a3060..5c4392df6 100644 --- a/book/01-introduction/sections/help.asc +++ b/book/01-introduction/sections/help.asc @@ -18,7 +18,7 @@ $ git help config ---- These commands are nice because you can access them anywhere, even offline. -If the manpages and this book aren't enough and you need in-person help, you can try the `#git` or `#github` channel on the Freenode IRC server, which can be found at https://freenode.net[]. +If the manpages and this book aren't enough and you need in-person help, you can try the `#git`, `#github`, or `#gitlab` channels on the Libera Chat IRC server, which can be found at https://libera.chat/[]. These channels are regularly filled with hundreds of people who are all very knowledgeable about Git and are often willing to help.(((IRC))) In addition, if you don't need the full-blown manpage help, but just need a quick refresher on the available options for a Git command, you can ask for the more concise "`help`" output with the `-h` option, as in: