This commit is contained in:
Marc Beninca 2024-11-17 03:59:26 +01:00
parent a38610d0e9
commit ae0807bf54
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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 \