git: remove unused aliases
This commit is contained in:
parent
794ec3f0d3
commit
426a32c664
1 changed files with 0 additions and 28 deletions
28
.gitconfig
28
.gitconfig
|
@ -25,46 +25,18 @@ cl = clone --filter=blob:none
|
||||||
d = diff --stat -p -C
|
d = diff --stat -p -C
|
||||||
ds = diff --staged --stat -p -C
|
ds = diff --staged --stat -p -C
|
||||||
dt = difftool
|
dt = difftool
|
||||||
du = !"git --no-pager diff --stat -p -C --color=always"
|
|
||||||
patch = !git --no-pager diff --no-color
|
patch = !git --no-pager diff --no-color
|
||||||
co = checkout
|
co = checkout
|
||||||
st = status -sb
|
st = status -sb
|
||||||
pullr = pull --rebase
|
pullr = pull --rebase
|
||||||
wc = whatchanged --abbrev-commit --date=relative --date-order --pretty='format:%Cgreen%h %Cblue%ar %Credby %an%Creset -- %s' -n 45
|
|
||||||
f = fuzzy status
|
|
||||||
fd = fuzzy diff
|
|
||||||
fl = fuzzy log
|
|
||||||
fs = fuzzy status
|
|
||||||
pu = "!git push --set-upstream origin $(git symbolic-ref --short HEAD)"
|
|
||||||
rbi = rebase --interactive
|
|
||||||
|
|
||||||
sl = branchless smartlog
|
sl = branchless smartlog
|
||||||
sync = branchless sync
|
sync = branchless sync
|
||||||
bco = branchless checkout
|
bco = branchless checkout
|
||||||
c = branchless checkout
|
c = branchless checkout
|
||||||
|
|
||||||
|
|
||||||
ll = log --graph --date=relative --topo-order --pretty='format:%C(yellow)%h%C(yellow)%d %Cblue%ar %Cgreenby %an%Creset -- %s'
|
ll = log --graph --date=relative --topo-order --pretty='format:%C(yellow)%h%C(yellow)%d %Cblue%ar %Cgreenby %an%Creset -- %s'
|
||||||
lla = log --graph --date=relative --topo-order --pretty='format:%Cgreen%h %Cblue%ar %Credby %an%Creset -- %s' --all
|
lla = log --graph --date=relative --topo-order --pretty='format:%Cgreen%h %Cblue%ar %Credby %an%Creset -- %s' --all
|
||||||
gl = log --decorate --graph --abbrev-commit --color --color-words --topo-order --pretty=medium
|
|
||||||
gla = log --decorate --graph --abbrev-commit --color --color-words --topo-order --pretty=medium --all
|
|
||||||
#sl = log --decorate --graph --abbrev-commit --color --topo-order --pretty=oneline
|
|
||||||
#sla = log --decorate --graph --abbrev-commit --color --topo-order --pretty=oneline --all
|
|
||||||
#lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
|
|
||||||
plog = !GIT_PAGER='less -n +/^commit\\ \\[0-9a-f\\]+' git log --color --patch-with-stat
|
|
||||||
lg = !"git lg1"
|
|
||||||
lg1 = !"git lg1-specific --all"
|
|
||||||
lg2 = !"git lg2-specific --all"
|
|
||||||
lg3 = !"git lg3-specific --all"
|
|
||||||
|
|
||||||
lg1-specific = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)'
|
|
||||||
lg2-specific = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
|
|
||||||
lg3-specific = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset) %C(bold cyan)(committed: %cD)%C(reset) %C(auto)%d%C(reset)%n'' %C(white)%s%C(reset)%n'' %C(dim white)- %an <%ae> %C(reset) %C(dim white)(committer: %cn <%ce>)%C(reset)'
|
|
||||||
|
|
||||||
cdiff = diff --color
|
|
||||||
diffs = diff --staged --stat -p
|
|
||||||
diffc = diff --staged --stat -p
|
|
||||||
vimdiff = difftool -t vimdiff
|
|
||||||
|
|
||||||
guilt = "!f(){ git log --pretty='format:%an <%ae>' $@ | sort | uniq -c | sort -rn; }; f"
|
guilt = "!f(){ git log --pretty='format:%an <%ae>' $@ | sort | uniq -c | sort -rn; }; f"
|
||||||
serve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
|
serve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
|
||||||
|
|
Loading…
Reference in a new issue