[UPDATE][GIT] Remove unused aliases

This commit is contained in:
Bruno BELANYI 2021-01-27 15:00:44 +01:00
parent 68bb1ffbd8
commit 8e048f3a65
1 changed files with 0 additions and 4 deletions

View File

@ -73,10 +73,6 @@
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
trim = reflog expire --expire-unreachable=now --all
chop = gc --prune=now
optimize = repack -a -d -f --depth=250 --window=250
pf = pull --ff-only
m4 = mergetool -t vimdiff
assume = update-index --assume-unchanged
unassume = update-index --no-assume-unchanged
assumed = "!git ls-files -v | grep ^h | cut -c 3-"