From 31e945edb5c7ea23594bd93c4640c37e7954ba23 Mon Sep 17 00:00:00 2001 From: TBS093A Date: Wed, 22 Mar 2023 12:32:33 +0100 Subject: [PATCH] git alias -> add remote add & set-url aliases --- .gitconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index e64e907..6187c4c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -16,6 +16,10 @@ rhrd = !git reset --hard sqshmsg = !git reset --soft HEAD~$1 && git commit -m sqsh = !git reset --soft HEAD~$1 && git commit --edit -m"$(git log --format=%B --reverse HEAD..HEAD@{1})" : +psh = !git push pshallbr = !git push --all pshalltg = !git push --tags -pshmrr = !git push --mirror \ No newline at end of file +pshmrr = !git push --mirror + +rmtadd = !git remote add +rmtsturl = !git remote set-url --add \ No newline at end of file