all repos — nixfiles @ 08e518eb6e6f78bc7ac5d08506d8bda01d118f81

System and user configuration, managed by nix and home-manager

shell: make gh create a git remote when forking
Alan Pearce alan@alanpearce.eu
Mon, 29 Apr 2024 21:11:18 +0200
commit

08e518eb6e6f78bc7ac5d08506d8bda01d118f81

parent

8cbfe23a555a75fe9619c0b35ad2ba782ea878c3

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/shell.nixuser/settings/shell.nix
@@ -147,7 +147,7 @@ extensions = with pkgs; [ gh-eco ];     settings = {
       git_protocol = "ssh";
       aliases = {
-        fork = "repo fork --remote-name fork --default-branch-only";
+        fork = "repo fork --remote --remote-name fork --default-branch-only";
       };
     };
   };