News
Practical 01 - SSH Instead of HTTPSWritten on 04.11.25 (last change on 04.11.25) by Daniel Weber For technical reasons, we have to restrict the protocol for interacting with our repos. Hence, you have to... git remote add upstream… Read more For technical reasons, we have to restrict the protocol for interacting with our repos. Hence, you have to... git remote add upstream git@git.scad.attacking.systems:scad2025/upstream.git 3) Pull using from upstream using the SSH URL git pull upstream main --allow-unrelated-histories |
