From: Amin Bandali Date: Sun, 20 Nov 2022 03:30:39 +0000 (-0500) Subject: * .config/git/config: Add f alias for fetch. X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/e5b52a9a73e8c7018d20107eb7009296e2dae155 * .config/git/config: Add f alias for fetch. --- 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