1
0
Fork 0

git: Add changed alias

This commit is contained in:
Jeremy Kaplan 2025-09-25 15:09:48 -04:00
commit bc54f5159e

View file

@ -81,6 +81,7 @@ bp = branch-prune
bpf = branch-prune --force bpf = branch-prune --force
bv = branch -vv bv = branch -vv
c = commit c = commit
changed = "!changed() { git dn \"${1:-HEAD}\"{,~}; }; changed"
chk = commit --all --no-verify --allow-empty-message --message '' chk = commit --all --no-verify --allow-empty-message --message ''
co = checkout co = checkout
cp = cherry-pick cp = cherry-pick