Specify default git
settings
This commit is contained in:
parent
5cb1026fc2
commit
dabd51ea1a
1 changed files with 42 additions and 0 deletions
|
@ -47,6 +47,48 @@
|
||||||
LC_MESSAGE = defaultLocale;
|
LC_MESSAGE = defaultLocale;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
git =
|
||||||
|
let
|
||||||
|
defaultBranch = "main";
|
||||||
|
in {
|
||||||
|
inherit defaultBranch;
|
||||||
|
|
||||||
|
flow = {
|
||||||
|
mainBranch = defaultBranch;
|
||||||
|
devBranch = "dev";
|
||||||
|
};
|
||||||
|
|
||||||
|
aliases = {
|
||||||
|
ahfange = "init";
|
||||||
|
tuedezue = "add";
|
||||||
|
beschuldig = "blame";
|
||||||
|
zieh = "pull";
|
||||||
|
druck = "push";
|
||||||
|
machnah = "clone";
|
||||||
|
hol = "fetch";
|
||||||
|
zwiigab = "branch";
|
||||||
|
buechiih = "commit";
|
||||||
|
eich = "rebase";
|
||||||
|
erd = "rebase";
|
||||||
|
gahufwiifelde = "rebase";
|
||||||
|
vergliich = "diff";
|
||||||
|
tuezemme = "merge";
|
||||||
|
versorg = "stash";
|
||||||
|
markier = "tag";
|
||||||
|
pflueckoepfel = "cherry-pick";
|
||||||
|
pflueckhimbeeri = "cherry-pick";
|
||||||
|
buechuus = "checkout";
|
||||||
|
quaetsch = "merge --squash";
|
||||||
|
pfudle = "push --force";
|
||||||
|
beschuldigung = "blame";
|
||||||
|
zwiigli = "branch";
|
||||||
|
tagebuech = "log";
|
||||||
|
versteck = "stash";
|
||||||
|
zuestand = "status";
|
||||||
|
markierig = "tag";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue