all: clean up everything

This commit is contained in:
2018-12-06 14:23:33 +01:00
parent c81487fa28
commit 54024171b1
4 changed files with 4 additions and 248 deletions

View File

@@ -2,10 +2,8 @@
br = branch
ca = commit -a
cam = commit -am
changes = diff --name-status -r
cl = clone
co = checkout
contains = branch --contains
cr = codereview
df = diff
exclude = !sh -c 'echo "$1" >> .git/info/exclude' -
@@ -15,23 +13,18 @@
lgp = log --pretty=format:'%Cred%h%Creset -- %cn, %cr\t%Cgreen%s%Creset'
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
mnc = merge --no-commit
oneline = log --oneline --decorate
pr = "!f() { git fetch origin pull/$1/head && git checkout FETCH_HEAD; }; f"
pl = pull
ps = push
repourl = config --get remote.origin.url
shallow = clone --depth=1
st = status
staged = diff --cached
tags = for-each-ref --sort='*authordate' --format='%(tag)' refs/tags
undo = reset --soft HEAD^
unpushed = cherry -v
update-sub = submodule foreach git pull
wdiff = diff --color-words
whatrelease = name-rev --name-only
who = shortlog -s --
wlog = log -p --word-diff=colo
wlog = log -p --word-diff=color
[apply]
whitespace = fix