Remove unused git aliases

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-01-24 18:16:37 +01:00
parent 6c915e2272
commit 0848a25a3d
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -1,15 +1,10 @@
[alias]
br = branch
changes=diff --name-status -r
ci = commit
co = checkout
df = diff
lg = "log --color --graph --pretty=format:'%Cred%h%Creset [%G?]%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
pp = "!sh -c 'git pull --rebase && git push'"
ri = rebase --interactive --autosquash
sign-rebase = "!GIT_SEQUENCE_EDITOR='sed -i -re s/^pick/e/' sh -c 'git rebase -i $1 && git commit --amend -S --no-edit && while git rebase --continue; do git commit --amend -S --no-edit; done' -"
spps = "!sh -c 'git stash && git pull --rebase && git push && git stash pop'"
starecopu = "!sh -c 'git stash && git pull --rebase && git stash pop && git commit -am \"$0\" && git push'"
st = status
[branch]