Overview
Comment: | git: Use GitLab via SSH |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a1234d36b51443270b591b5bc7e8df89 |
User & Date: | js 2022-01-16 09:11:20 |
Context
2022-01-16
| ||
09:12 | yt-dlp: Add 720p30 VP9 to list check-in: 0d2260e8c1 user: js tags: trunk | |
09:11 | git: Use GitLab via SSH check-in: a1234d36b5 user: js tags: trunk | |
2022-01-07
| ||
16:38 | ssh_config: Fix brainfart check-in: 6154407058 user: js tags: trunk | |
Changes
Changes to git/config.
︙ | ︙ | |||
29 30 31 32 33 34 35 36 37 38 39 | [gpg] program = gpg2 [url "git@github.com:"] insteadOf = https://github.com/ pushInsteadOf = https://github.com/ [fetch] fsckObjects = true [pull] ff = only | > > > > > | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | [gpg] program = gpg2 [url "git@github.com:"] insteadOf = https://github.com/ pushInsteadOf = https://github.com/ [url "git@gitlab.com:"] insteadOf = https://gitlab.com/ pushInsteadOf = https://gitlab.com/ [fetch] fsckObjects = true [pull] ff = only |