mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Enable difftastic
This commit is contained in:
parent
d278e3223b
commit
2476388702
1 changed files with 6 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
gl = "git log";
|
gl = "git log";
|
||||||
glo = "git log --oneline";
|
glo = "git log --oneline";
|
||||||
glp = "git log -p --full-diff";
|
glp = "git log -p --ext-diff";
|
||||||
|
|
||||||
gpl = "git pull";
|
gpl = "git pull";
|
||||||
gplr = "git pull --rebase";
|
gplr = "git pull --rebase";
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
gsw = "git switch";
|
gsw = "git switch";
|
||||||
gswm = "git switch master";
|
gswm = "git switch master";
|
||||||
|
|
||||||
gsh = "git show";
|
gsh = "git show --ext-diff";
|
||||||
|
|
||||||
gst = "git status";
|
gst = "git status";
|
||||||
};
|
};
|
||||||
|
@ -77,6 +77,10 @@
|
||||||
|
|
||||||
lfs = enabled {};
|
lfs = enabled {};
|
||||||
|
|
||||||
|
difftastic = enabled {
|
||||||
|
background = "dark";
|
||||||
|
};
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue