* .config/git/config: Add l alias for log.
[~bandali/configs] / .config / git / config
index 7db0f89..136a339 100644 (file)
@@ -23,6 +23,7 @@
        a = add
        s = status
        sl = status --long
+    l = log
        c = checkout
        cb = checkout -b
        b = branch
@@ -70,4 +71,4 @@
        fsckObjects = true
 
 [init]
-       templateDir = ~/.config/git/template
+       defaultBranch = main