beatific: Add git aliases
This commit is contained in:
parent
35e4366df9
commit
4ea90b228e
|
@ -126,7 +126,15 @@ in {
|
|||
programs = {
|
||||
git = {
|
||||
enable = true;
|
||||
config.init.defaultBranch = "master";
|
||||
config = {
|
||||
init.defaultBranch = "master";
|
||||
merge.conflictstyle = "diff3";
|
||||
alias = {
|
||||
amend = "commit --amend";
|
||||
fixup = "commit --amend --no-edit";
|
||||
pick = "cherry-pick";
|
||||
};
|
||||
};
|
||||
};
|
||||
htop.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue