-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
49 lines (49 loc) · 1.1 KB
/
.gitconfig
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[alias]
aliases = "config --get-regexp alias"
destash = "stash pop"
cb = "!git-cb.sh"
clone-or-pull = "!git-clone-or-pull.sh"
get = "!git-get.sh"
graft = "!git-graft.sh"
graph = log --graph --branches --remotes --tags --format=format:'%Cgreen%h %Creset• %<(75,trunc)%s (%cN, %cr) %Cred%d' --date-order
mb = 'branch'
mcb = "!git-mcb.sh"
push-pull = "!while ! git push; do git pull; done"
rb = "!git-shear.sh"
reap = "!git-reap.sh"
rmcb = "!git-rmcb.sh"
shear = "!git-shear.sh"
snapshot = "!git-snapshot.sh"
sow = push
sprout = "!git-sprout.sh"
uncommit = "reset HEAD^ --"
unstage = "reset -q HEAD --"
upstream-set = "!github-upstream-set.sh"
[user]
name = Noel Yap
email = [email protected]
[pull]
default = current
rebase = true
[push]
default = current
[fetch]
prune = true
[merge]
tool = meld
[diff]
colorMoved = zebra
renameLimit = 16384
[log]
date = iso-strict-local
[core]
editor = vi
excludesfile = ~/.gitignore-global
[init]
defaultBranch = master
[http]
postBuffer = 524288000
[url "ssh://[email protected]"]
insteadOf = https://gitlab.com
[branch]
autoSetupMerge = true