From e4cab6d581767bfa2abe18b0dd47e91bcd37db59 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Tue, 21 Jan 2025 18:22:19 +0100 Subject: [PATCH] git:https-and-ssh: Print new remotes when done --- .config/zsh/autoload/git/git-https-and-ssh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/zsh/autoload/git/git-https-and-ssh b/.config/zsh/autoload/git/git-https-and-ssh index b3a2906..ee22b23 100755 --- a/.config/zsh/autoload/git/git-https-and-ssh +++ b/.config/zsh/autoload/git/git-https-and-ssh @@ -18,3 +18,5 @@ else $GIT remote set-url "$remote" "$https_url" $GIT remote set-url --push "$remote" "$url" fi + +$GIT remote -v | grep "^$remote"