-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitconfig
37 lines (37 loc) · 824 Bytes
/
.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
[user]
name = Murilo Pereira
email = [email protected]
[core]
mergeoptions = --no-ff
excludesfile = ~/.gitignore
ignorecase = false
[merge]
tool = ediff
[push]
default = simple
[rebase]
autoStash = true
[color]
ui = true
diff = auto
status = auto
branch = auto
interactive = auto
[github]
user = mpereira
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
pl = pull
ps = push
l = log --graph --pretty=format:'%Cred%h%Creset %C(cyan)%an%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
rbr = for-each-ref --sort=-committerdate refs/heads/
amend = commit --amend
changes = log --pretty=format:\"%h %cr %cn %Cgreen%s%Creset\" --name-status
changelog = log --pretty=format:\" * %s\"
[github "github.argo.ai/api"]
user = mpereira