git: sort aliases
This commit is contained in:
parent
c578f4e1a5
commit
c5701b46eb
1 changed files with 5 additions and 5 deletions
10
git/config
10
git/config
|
|
@ -61,16 +61,16 @@ c = commit
|
||||||
chk = commit -a -n -m 'CHECKPOINT'
|
chk = commit -a -n -m 'CHECKPOINT'
|
||||||
co = checkout
|
co = checkout
|
||||||
cp = cherry-pick
|
cp = cherry-pick
|
||||||
dc = diff --cached
|
|
||||||
d = diff
|
d = diff
|
||||||
|
dc = diff --cached
|
||||||
dft = difftool --tool=difftastic --no-prompt
|
dft = difftool --tool=difftastic --no-prompt
|
||||||
dn = diff --name-only --relative
|
dn = diff --name-only --relative
|
||||||
dw = diff --word-diff
|
dw = diff --word-diff
|
||||||
dww = diff --word-diff --word-diff-regex=.
|
dww = diff --word-diff --word-diff-regex=.
|
||||||
fb = fetch-branch
|
|
||||||
f = fetch
|
f = fetch
|
||||||
fp = fetch --prune
|
fb = fetch-branch
|
||||||
fixup = commit --amend --no-edit
|
fixup = commit --amend --no-edit
|
||||||
|
fp = fetch --prune
|
||||||
lag = log --graph --decorate --pretty='%C(auto)%h%d %s | %C(cyan)%an%C(reset) %C(green)<%ar>%C(reset)'
|
lag = log --graph --decorate --pretty='%C(auto)%h%d %s | %C(cyan)%an%C(reset) %C(green)<%ar>%C(reset)'
|
||||||
lcg = log --graph --decorate --pretty='%C(auto)%h%d %s | %C(cyan)%cn%C(reset) %C(green)<%cr>%C(reset)'
|
lcg = log --graph --decorate --pretty='%C(auto)%h%d %s | %C(cyan)%cn%C(reset) %C(green)<%cr>%C(reset)'
|
||||||
lg = lag --topo-order
|
lg = lag --topo-order
|
||||||
|
|
@ -79,11 +79,11 @@ pushf = push --force-with-lease
|
||||||
pushu = "!pushu() { git push --set-upstream \"${1:-origin}\" \"${2:-$(git bn)}\"; }; pushu"
|
pushu = "!pushu() { git push --set-upstream \"${1:-origin}\" \"${2:-$(git bn)}\"; }; pushu"
|
||||||
rb = rebase
|
rb = rebase
|
||||||
root = rev-parse --show-toplevel
|
root = rev-parse --show-toplevel
|
||||||
sb = show-branch
|
|
||||||
s = status
|
s = status
|
||||||
|
sb = show-branch
|
||||||
sw = switch
|
sw = switch
|
||||||
untracked = ls-files --others --exclude-standard
|
|
||||||
unchk = reset --mixed HEAD~
|
unchk = reset --mixed HEAD~
|
||||||
|
untracked = ls-files --others --exclude-standard
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = config-os
|
path = config-os
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue