feat: force push shortcut
This commit is contained in:
parent
5c3a626a25
commit
5f127c4379
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user