mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 06:19:12 +00:00
users/foo-dogsquared: add git alias
This commit is contained in:
parent
7f148d5322
commit
2540825f21
@ -16,6 +16,7 @@
|
||||
alias = {
|
||||
unstage = "reset HEAD --";
|
||||
quick-rebase = "rebase --interactive --autostash --committer-date-is-author-date";
|
||||
quick-clone = "clone --depth=1 --recurse-submodules --shallow-submodules";
|
||||
};
|
||||
|
||||
init.defaultBranch = "main";
|
||||
@ -30,6 +31,13 @@
|
||||
"https://git.sr.ht/".insteadOf = [ "sh:" "sourcehut:" ];
|
||||
"https://git.savannah.nongnu.org/git/".insteadOf = [ "sv:" "savannah:" ];
|
||||
};
|
||||
|
||||
status = {
|
||||
showPatch = true;
|
||||
showStash = true;
|
||||
};
|
||||
|
||||
submodule.fetchJobs = 0;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user