remote
This commit is contained in:
parent
a38610d0e9
commit
ae0807bf54
1 changed files with 9 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue