summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2024-04-29 21:11:18 +0200
committerAlan Pearce2024-04-29 21:11:18 +0200
commit08e518eb6e6f78bc7ac5d08506d8bda01d118f81 (patch)
tree0a7df306640329402ec85da407ba26ee4a525b57 /user
parent8cbfe23a555a75fe9619c0b35ad2ba782ea878c3 (diff)
downloadnixfiles-08e518eb6e6f78bc7ac5d08506d8bda01d118f81.tar.lz
nixfiles-08e518eb6e6f78bc7ac5d08506d8bda01d118f81.tar.zst
nixfiles-08e518eb6e6f78bc7ac5d08506d8bda01d118f81.zip
shell: make gh create a git remote when forking
Diffstat (limited to 'user')
-rw-r--r--user/settings/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index c04e3202..2f283bbc 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -147,7 +147,7 @@ in
     settings = {
       git_protocol = "ssh";
       aliases = {
-        fork = "repo fork --remote-name fork --default-branch-only";
+        fork = "repo fork --remote --remote-name fork --default-branch-only";
       };
     };
   };