feat: force push shortcut
This commit is contained in:
parent
5c3a626a25
commit
5f127c4379
@ -519,6 +519,7 @@ in
|
||||
undo = "reset --soft 'HEAD^'";
|
||||
a = "add -A";
|
||||
p = "push";
|
||||
fp = "push --force-with-lease";
|
||||
c = "clone";
|
||||
cc = ''clone "$(wl-paste)"'';
|
||||
d = "diff";
|
||||
@ -567,6 +568,12 @@ in
|
||||
user = "git";
|
||||
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" = {
|
||||
extraOptions = {
|
||||
GSSAPIAuthentication = "yes";
|
||||
|
Loading…
x
Reference in New Issue
Block a user