-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
33 lines (32 loc) · 725 Bytes
/
.gitconfig
File metadata and controls
33 lines (32 loc) · 725 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
32
[color]
ui = true
interactive = auto
[alias]
cm = commit -m
co = checkout
st = status
br = branch
lg = log --graph --all --pretty=format:'%C(yellow)%h%C(cyan)%d%Creset %s - %C(green)(%ar)%Creset, %C(magenta)<%an>%Creset'
lgs = log --pretty=oneline --abbrev-commit --graph --decorate
di = diff --color-words
info = remote -v
[core]
editor = vim
excludesfile = ~/.gitignore
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[pager]
branch = false
[diff]
tool = vimdiff
[push]
default = simple
[pull]
rebase = preserve
[user]
name = "Shini31"
email = github@capitoul.net
[branch]
autosetupmerge = always