Compare commits

...

2 Commits

Author SHA1 Message Date
2a676ad2cb add custom aliases 2026-04-06 19:47:24 -06:00
f5e2861db2 update README for main branch 2026-04-06 19:46:53 -06:00
2 changed files with 7 additions and 3 deletions

View File

@@ -1,2 +1,4 @@
# dotfiles # My Dotfiles - main
Dotfiles that represent the shared scripts and configs across all shells and hosts

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