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 \