From ae0807bf54e84a4a72f02cd33f07be7ac30fe4f8 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 17 Nov 2024 03:59:26 +0100 Subject: [PATCH] remote --- shell/alias/git.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/shell/alias/git.sh b/shell/alias/git.sh index 6dd641e..44d1d62 100644 --- a/shell/alias/git.sh +++ b/shell/alias/git.sh @@ -414,8 +414,16 @@ grml() { "${@}" } -# set the location of the remote repository +# show connection to a remote repository grms() { + git \ + remote \ + show \ + "${@}" +} + +# set the location of a remote repository +grmsu() { git \ remote \ set-url \