* .config/git/config: Add f alias for fetch.
[~bandali/configs] / .config / git / config
index afa03c0..fd440a6 100644 (file)
        a = add
        s = status
        sl = status --long
+    l = log
        c = checkout
        cb = checkout -b
        b = branch
+       f = fetch
        r = rebase
        p = pull
        pr = pull --rebase