From e5b52a9a73e8c7018d20107eb7009296e2dae155 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 19 Nov 2022 22:30:39 -0500 Subject: [PATCH] * .config/git/config: Add f alias for fetch. --- .config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/git/config b/.config/git/config index 136a339..fd440a6 100644 --- a/.config/git/config +++ b/.config/git/config @@ -27,6 +27,7 @@ c = checkout cb = checkout -b b = branch + f = fetch r = rebase p = pull pr = pull --rebase -- 2.20.1