add custom aliases

This commit is contained in:
2026-04-06 19:47:24 -06:00
parent f5e2861db2
commit 2a676ad2cb

View File

@@ -16,12 +16,14 @@
f = fetch --all f = fetch --all
# Pull in remote changes for the current repository and all its submodules. p = push
p = pull --recurse-submodules pf = push --force-with-lease
# Clone a repository including all submodules. # Clone a repository including all submodules.
c = commit -m c = commit -m
a = add
# Commit all changes. # Commit all changes.
ca = !git add ':(exclude,attr:builtin_objectmode=160000)' && git commit -av ca = !git add ':(exclude,attr:builtin_objectmode=160000)' && git commit -av