* .config/git/config: Add f alias for fetch.
[~bandali/configs] / .config / git / config
index 7db0f89..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
@@ -70,4 +72,4 @@
        fsckObjects = true
 
 [init]
-       templateDir = ~/.config/git/template
+       defaultBranch = main