gitconfig: remove unused aliases and cleanup a bit

This commit is contained in:
Aaron Bieber 2021-02-11 06:07:40 -07:00
parent 7591b33018
commit c93dcea0e1

View File

@ -3,19 +3,7 @@
name = Aaron Bieber
[alias]
graph = log --graph --color=never --pretty=format':%C(yellow)%h%Cblue%d%Creset %s %C(white) %an, %ar%Creset'
log = log --color=never
lg = log --color=never --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
mpull = !git remote | xargs -I '{}' git pull '{}' master
mpush = !git remote | xargs -I '{}' git push '{}' master
mup = !git remote update
pus = !git pull upstream master
rmdel = !git rm `git ls-files --deleted`
s2b = "!f() { git stash branch $1 stash@{0}; }; f"
sapply = "!f() { git stash apply stash^{/$*}; }; f"
sshow = "!f() { git stash show stash^{/$*} -p; }; f"
upsync = !cvs up && gitsync && git commit -m 'sync'
ustatus = ls-files --others --exclude-standard
[push]
default = simple
@ -26,7 +14,6 @@
log = false
status = false
ui = false
[core]
deltaBaseCacheLimit = 1G
[http]
@ -57,10 +44,11 @@
cc = aaron@bolddaemon.com
confirm = auto
[include]
path = ~/work/git/gitconfig
[credential]
helper = netrc
[pull]
rebase = false
[include]
path = ~/work/git/gitconfig