From 08e518eb6e6f78bc7ac5d08506d8bda01d118f81 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 29 Apr 2024 21:11:18 +0200 Subject: shell: make gh create a git remote when forking --- user/settings/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/settings/shell.nix') 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"; }; }; }; -- cgit 1.4.1