1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-09 09:26:42 +02:00

Use different link to Git docs

This commit is contained in:
Rafal Chmiel
2014-04-16 18:40:00 +01:00
parent 6ca33bdb02
commit d3b05869c4

View File

@@ -471,7 +471,7 @@ A file must be passed when calling the command, e.g.:
$ git stripspace < README.md
```
[*Read more about the Git `stripspace` command.*](https://www.kernel.org/pub/software/scm/git/docs/git-stripspace.html)
[*Read more about the Git `stripspace` command.*](http://git-scm.com/docs/git-stripspace)
### Checking out Pull Requests
If you want to check out pull request locally, you can fetch it using that command: