mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
contributing: clone wlroots fork with SSH
HTTPS URLs aren't writable.
This commit is contained in:
parent
ea800b7418
commit
1ad3cd7f36
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ don't, however, allow me to make a suggestion: feature branches pulled from
|
|||
upstream. Try this:
|
||||
|
||||
1. Fork wlroots
|
||||
2. `git clone https://github.com/username/wlroots && cd wlroots`
|
||||
2. `git clone git@github.com:<username>/wlroots.git && cd wlroots`
|
||||
3. `git remote add upstream https://github.com/swaywm/wlroots`
|
||||
|
||||
You only need to do this once. You're never going to use your fork's master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue