-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
25 lines (25 loc) · 876 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
[user]
email = [email protected]
name = Selçuk Karakayalı
signingkey = [email protected]
[core]
editor = vim
excludesfile = .gitignore_global
autocrlf = false
filemode = false
[commit]
template = ~/.gitrc/.stCommitMsg
[alias]
ci = commit -S
co = checkout
cla = clone --recurse-submodules
logp = log --all --decorate --abbrev-commit --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
st = status
diffs = diff --staged
master = !git checkout master && git pull origin master && git checkout -
[color]
ui = true
[credential]
helper = cache --timeout=3600
[submodule]
recurse = true