-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
31 lines (30 loc) · 786 Bytes
/
gitconfig
File metadata and controls
31 lines (30 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[push]
default = current
[rerere]
enabled = true
[core]
precomposeunicode = true
excludesfile = /Users/stark/.gitignore_global
sparseCheckout = true
[user]
email = alex.stark@airbnb.com
name = Alex Stark
[alias]
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
d = !git diff --name-status master@{u}...HEAD | gitrelpath ${GIT_PREFIX:-./}
dd = diff master@{u}...HEAD
tip = rev-parse HEAD
branchlog = git log HEAD --not master --no-merges
[pager]
branch = false
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[diff]
tool = vscode
[difftool "vscode"]
cmd = "code --wait --diff "
[url "git@git.musta.ch:airbnb/"]
insteadOf = https://git.musta.ch/airbnb/