-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
40 lines (40 loc) · 973 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
38
39
40
[user]
name = Michał Zając
email = [email protected]
signingkey = 79313F09
[push]
default = simple
followTags = true
[pull]
rebase = merges
[alias]
s = status -s
glog = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
master = checkout master
lshow = diff-tree --no-commit-id --name-status -r
co = checkout
cnv = commit --no-verify
prune = fetch --prune
stash-all = stash save --include-untracked
[color]
branch = auto
diff = auto
status = auto
[github]
user = Quintasan
[url "git://git.debian.org/pkg-kde/"]
insteadOf = debian:
[url "[email protected]:/git/pkg-kde/"]
pushInsteadOf = debian:
[url "[email protected]:"]
insteadof = neon:
[core]
editor = vim
excludesfile = /home/quintasan/.gitignore_global
[merge]
;ff = only
conflictstyle = diff3
[status]
showUntrackedFiles = all
[rerere]
enabled = true