-
Notifications
You must be signed in to change notification settings - Fork 2k
Use "Git for Windows" instead of "msysgit" #366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Looks good to me! |
@@ -19,7 +19,7 @@ config id_dsa.pub | |||
|
|||
You're looking for a pair of files named something like `id_dsa` or `id_rsa` and a matching file with a `.pub` extension. | |||
The `.pub` file is your public key, and the other file is your private key. | |||
If you don't have these files (or you don't even have a `.ssh` directory), you can create them by running a program called `ssh-keygen`, which is provided with the SSH package on Linux/Mac systems and comes with the MSysGit package on Windows: | |||
If you don't have these files (or you don't even have a `.ssh` directory), you can create them by running a program called `ssh-keygen`, which is provided with the SSH package on Linux/Mac systems and comes with the Git for Windows package on Windows: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about:
[…] which is provided with the SSH package on Linux/Mac systems and comes with Git for Windows:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! ^_^
e19018a
to
9e1d93c
Compare
@ben Updated. |
Signed-off-by: Yue Lin Ho <[email protected]>
Use "Git for Windows" instead of "msysgit"
Merged! Thanks! 😃 |
Thanks, all! |
@ben Thanks for merge. ^_^ |
Git for Windows 2.5.0.windows.1 is released.
And the website is switched to https://git-for-windows.github.io/, see GfW issue #12.
I think it's time to drop the "msysgit" totally in this book.
/cc @dscho