feat: force push shortcut

This commit is contained in:
Leon Wilzer 2024-12-07 02:29:58 +01:00
parent 5c3a626a25
commit 5f127c4379
Signed by: leon
GPG Key ID: 645EFCD19E59ED05

View File

@ -519,6 +519,7 @@ in
undo = "reset --soft 'HEAD^'"; undo = "reset --soft 'HEAD^'";
a = "add -A"; a = "add -A";
p = "push"; p = "push";
fp = "push --force-with-lease";
c = "clone"; c = "clone";
cc = ''clone "$(wl-paste)"''; cc = ''clone "$(wl-paste)"'';
d = "diff"; d = "diff";
@ -567,6 +568,12 @@ in
user = "git"; user = "git";
identityFile = "${sshDir}/github"; identityFile = "${sshDir}/github";
}; };
"git.cs.uni-paderborn.de git.cs.upb.de" =
lib.hm.dag.entryBefore [ "*.cs.upb.de *.cs.uni-paderborn.de" ]
{
user = "git";
identityFile = "${sshDir}/upb";
};
"*.cs.upb.de *.cs.uni-paderborn.de" = { "*.cs.upb.de *.cs.uni-paderborn.de" = {
extraOptions = { extraOptions = {
GSSAPIAuthentication = "yes"; GSSAPIAuthentication = "yes";