-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
39 lines (34 loc) · 686 Bytes
/
gitconfig
File metadata and controls
39 lines (34 loc) · 686 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
33
34
35
36
37
38
[user]
email = dralagen@dralagen.fr
name = Dralagen
[commit]
gpgsign = true
signingkey = 7EBC7F50CE84D076
[diff]
algorithm = histogram
colorMoved = plain
mnemonicPrefix = true
renames = true
[push]
default = simple
[alias]
logg = log --graph --oneline --decorate
up = pull --rebase
glog = log --graph --tags --branches --all --decorate --oneline
sf = flow feature start
ff = flow feature finish
st = status
co = commit
lol = log --graph --decorate --pretty=oneline --abbrev-commit --all
[credential]
helper = cache --timeout 43200
[color]
status = auto
branch = auto
diff = auto
interactive = auto
ui = true
[core]
editor = vim
[help]
autocorrect = prompt