Debian/Ubuntu: Fix git clone command
Reported-by: HankB in issue #9149
parent
ac33fa28b2
commit
dcbe870e03
|
@ -22,7 +22,7 @@ If you need help, reach out to the community using the [zfs-discuss mailing list
|
|||
|
||||
Edit permission on this wiki is restricted. Also, GitHub wikis do not support pull requests. However, you can clone the wiki using git.
|
||||
|
||||
1) `git clone https://github.com:zfsonlinux/zfs.wiki.git`
|
||||
1) `git clone https://github.com/zfsonlinux/zfs.wiki.git`
|
||||
2) Make your changes.
|
||||
3) Use `git diff > my-changes.patch` to create a patch. (Advanced git users may wish to `git commit` to a branch and `git format-patch`.)
|
||||
4) [File a new issue](https://github.com/zfsonlinux/zfs/issues/new), mention @rlaager, and attach the patch.
|
||||
|
|
|
@ -18,7 +18,7 @@ If you need help, reach out to the community using the [zfs-discuss mailing list
|
|||
|
||||
Edit permission on this wiki is restricted. Also, GitHub wikis do not support pull requests. However, you can clone the wiki using git.
|
||||
|
||||
1) `git clone https://github.com:zfsonlinux/zfs.wiki.git`
|
||||
1) `git clone https://github.com/zfsonlinux/zfs.wiki.git`
|
||||
2) Make your changes.
|
||||
3) Use `git diff > my-changes.patch` to create a patch. (Advanced git users may wish to `git commit` to a branch and `git format-patch`.)
|
||||
4) [File a new issue](https://github.com/zfsonlinux/zfs/issues/new), mention @rlaager, and attach the patch.
|
||||
|
|
|
@ -21,7 +21,7 @@ If you need help, reach out to the community using the [zfs-discuss mailing list
|
|||
|
||||
Edit permission on this wiki is restricted. Also, GitHub wikis do not support pull requests. However, you can clone the wiki using git.
|
||||
|
||||
1) `git clone https://github.com:zfsonlinux/zfs.wiki.git`
|
||||
1) `git clone https://github.com/zfsonlinux/zfs.wiki.git`
|
||||
2) Make your changes.
|
||||
3) Use `git diff > my-changes.patch` to create a patch. (Advanced git users may wish to `git commit` to a branch and `git format-patch`.)
|
||||
4) [File a new issue](https://github.com/zfsonlinux/zfs/issues/new), mention @rlaager, and attach the patch.
|
||||
|
|
|
@ -17,7 +17,7 @@ If you need help, reach out to the community using the [zfs-discuss mailing list
|
|||
|
||||
Edit permission on this wiki is restricted. Also, GitHub wikis do not support pull requests. However, you can clone the wiki using git.
|
||||
|
||||
1) `git clone https://github.com:zfsonlinux/zfs.wiki.git`
|
||||
1) `git clone https://github.com/zfsonlinux/zfs.wiki.git`
|
||||
2) Make your changes.
|
||||
3) Use `git diff > my-changes.patch` to create a patch. (Advanced git users may wish to `git commit` to a branch and `git format-patch`.)
|
||||
4) [File a new issue](https://github.com/zfsonlinux/zfs/issues/new), mention @rlaager, and attach the patch.
|
||||
|
|
Loading…
Reference in New Issue