You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/01-introduction/sections/help.asc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ $ git help config
17
17
----
18
18
19
19
These commands are nice because you can access them anywhere, even offline.
20
-
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/[].
20
+
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[].
21
21
These channels are regularly filled with hundreds of people who are all very knowledgeable about Git and are often willing to help.(((IRC)))
22
22
23
23
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` or `--help` options, as in:
Copy file name to clipboardExpand all lines: book/01-introduction/sections/installing.asc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ If you're on a Debian-based distribution, such as Ubuntu, try `apt`:
29
29
$ sudo apt install git-all
30
30
----
31
31
32
-
For more options, there are instructions for installing on several different Unix distributions on the Git website, at http://git-scm.com/download/linux[].
32
+
For more options, there are instructions for installing on several different Unix distributions on the Git website, at https://git-scm.com/download/linux[].
You can also install it as part of the GitHub for Mac install.
55
55
Their GUI Git tool has an option to install command line tools as well.
56
-
You can download that tool from the GitHub for Mac website, at http://mac.github.com[].
56
+
You can download that tool from the GitHub for Mac website, at https://desktop.github.com[].
57
57
58
58
==== Installing on Windows
59
59
60
60
There are also a few ways to install Git on Windows.(((Windows, installing)))
61
61
The most official build is available for download on the Git website.
62
-
Just go to http://git-scm.com/download/win[] and the download will start automatically.
63
-
Note that this is a project called Git for Windows, which is separate from Git itself; for more information on it, go to https://git-for-windows.github.io/[].
62
+
Just go to https://git-scm.com/download/win[] and the download will start automatically.
63
+
Note that this is a project called Git for Windows, which is separate from Git itself; for more information on it, go to https://gitforwindows.org[].
64
64
65
65
To get an automated installation you can use the https://chocolatey.org/packages/git[Git Chocolatey package].
66
66
Note that the Chocolatey package is community maintained.
@@ -69,7 +69,7 @@ Another easy way to get Git installed is by installing GitHub Desktop.
69
69
The installer includes a command line version of Git as well as the GUI.
70
70
It also works well with PowerShell, and sets up solid credential caching and sane CRLF settings.(((PowerShell)))(((CRLF)))(((credential caching)))
71
71
We'll learn more about those things a little later, but suffice it to say they're things you want.
72
-
You can download this from the https://desktop.github.com/[GitHub Desktop website].
72
+
You can download this from the https://desktop.github.com[GitHub Desktop website].
0 commit comments