git: Add changed alias
This commit is contained in:
parent
6241fe938d
commit
bc54f5159e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue