Git mit SSH anstelle von HTTPs

git config --global url.ssh://[email protected]/.insteadOf https://github.com/
Bored Beaver