mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-20 15:40:31 -04:00
Delete gitconfig
This commit is contained in:
parent
e60943426d
commit
5780c0a231
1 changed files with 0 additions and 79 deletions
|
@ -1,79 +0,0 @@
|
|||
[user]
|
||||
name = Mari Wahl
|
||||
email = mari.wahl9@gmail.com
|
||||
|
||||
|
||||
[alias]
|
||||
br = branch
|
||||
ci = commit
|
||||
co = checkout
|
||||
df = diff
|
||||
g = grep -I
|
||||
lg = log -p
|
||||
loq = log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold white)— %an%C(reset)%C(bold yellow)%d%C(reset)' --abbrev-commit --date=relative
|
||||
pb = publish-branch
|
||||
rb = rbranch
|
||||
rc = rank-contributors
|
||||
rv = review
|
||||
sm = show-merges
|
||||
st = status
|
||||
|
||||
[branch]
|
||||
autosetuprebase = always
|
||||
|
||||
[color]
|
||||
ui = auto
|
||||
|
||||
[color "branch"]
|
||||
current = yellow reverse
|
||||
local = yellow
|
||||
remote = green
|
||||
|
||||
[color "diff"]
|
||||
meta = yellow
|
||||
frag = magenta
|
||||
old = red
|
||||
new = green
|
||||
|
||||
[color "status"]
|
||||
added = yellow
|
||||
changed = green
|
||||
untracked = cyan
|
||||
|
||||
[diff]
|
||||
tool = Kaleidoscope
|
||||
|
||||
[diff "exif"]
|
||||
textconv = exiftool
|
||||
|
||||
[difftool]
|
||||
prompt = false
|
||||
|
||||
[merge]
|
||||
log = true
|
||||
|
||||
[push]
|
||||
default = simple
|
||||
|
||||
[rerere]
|
||||
enabled = 1
|
||||
|
||||
[url "git@github.com:"]
|
||||
insteadOf = "gh:"
|
||||
pushInsteadOf = "github:"
|
||||
pushInsteadOf = "git://github.com/"
|
||||
|
||||
[url "git://github.com/"]
|
||||
insteadOf = "github:"
|
||||
|
||||
[url "git@gist.github.com:"]
|
||||
insteadOf = "gst:"
|
||||
pushInsteadOf = "gist:"
|
||||
pushInsteadOf = "git://gist.github.com/"
|
||||
|
||||
[url "git://gist.github.com/"]
|
||||
insteadOf = "gist:"
|
||||
|
||||
[url "git@heroku.com:"]
|
||||
insteadOf = "heroku:"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue