home/git: add alias for git tree-sync sync
I decided to implement this as a shell alias, to allow directly referencing the package here instead of relying on it to be in path.
This commit is contained in:
parent
a87738a2ff
commit
5e489fb7c8
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@
|
|||
programs.git = {
|
||||
enable = true;
|
||||
settings = {
|
||||
alias.ts = "!${lib.getExe pkgs.fc-scripts.git-tree-sync} sync";
|
||||
credential.helper = "cache";
|
||||
push.default = "simple";
|
||||
push.forceIfIncludes = true; # avoid accidental force overrides when remote is autofetched in background
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue