diff --git a/home/common.nix b/home/common.nix index 1bce7b0..2203fbe 100644 --- a/home/common.nix +++ b/home/common.nix @@ -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