Add github remote config

This commit is contained in:
Yan Lin 2025-07-27 18:50:53 +02:00
parent 492d63ad85
commit 4c89cfe42e

View file

@ -6,6 +6,13 @@
matchBlocks = { matchBlocks = {
"github.com" = {
hostname = "github.com";
user = "git";
identityFile = "~/.ssh/keys/github";
};
"aicloud" = { "aicloud" = {
hostname = "aicloud"; hostname = "aicloud";
user = "hb05nk@cs.aau.dk"; user = "hb05nk@cs.aau.dk";