-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
40 lines (39 loc) · 881 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
[core]
editor = vim
hooksPath = ~/workspace/projects/dotfiles/github_hooks
[commit]
gpgsign = true
[gpg]
program = gpg
[diff]
tool = vimdiff
[merge]
tool = vimdiff
conflictstyle = diff3
[mergetool]
prompt = false
[web]
browser = open
[difftool]
prompt = 0
[alias]
st = status
co = checkout
br = branch
sb = branch -a
mt = mergetool
d = difftool
dst = diff --staged
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[user]
name = Thiago Leoncio Scherrer
email = [email protected]
signingkey = 6952096DABF9F138
[init]
templateDir = ~/workspace/projects/dotfiles/github_hooks/