From 3db1a646a732fe8f6e8c4b1f8a0683be21979c27 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sat, 13 Nov 2021 04:16:54 -0800 Subject: [PATCH] git: new alias rem for remote because I can't be bothered to type three letters more likely so I can feel superior to the people who do take the time tp type the three letters --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index d045752..3b0843f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -22,6 +22,7 @@ lg = tree pl = pull ps = push + rem = remote s = status st = status sub = submodule