mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 11:58:04 +02:00
doc: fix gitlab remote url
SSH to gitlab.freedesktop.org times out. ssh.gitlab.freedesktop.org (copied from the Gitlab UI) works.. Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1361>
This commit is contained in:
parent
9c78f989fb
commit
822e571272
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ sufficient to make some of the more confusing steps obvious.
|
||||||
with your username). git will call this repository ``gitlab``. ::
|
with your username). git will call this repository ``gitlab``. ::
|
||||||
|
|
||||||
cd /path/to/libinput.git
|
cd /path/to/libinput.git
|
||||||
git remote add gitlab git@gitlab.freedesktop.org:USERNAME/libinput.git
|
git remote add gitlab git@ssh.gitlab.freedesktop.org:USERNAME/libinput.git
|
||||||
git fetch gitlab
|
git fetch gitlab
|
||||||
|
|
||||||
- Create a new branch and commit your changes to that branch. ::
|
- Create a new branch and commit your changes to that branch. ::
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue