-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
33 lines (32 loc) · 839 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
[user]
email = [email protected]
name = SeryiBaran
signingKey = 7841826A34AA41A467A0D877D2304E3C882327E9
[credential]
helper = store
[init]
defaultBranch = master
[gpg]
program = /usr/bin/gpg2
# [commit]
# gpgsign = true
[core]
pager = less -F -X
autocrlf = true
[include]
path = ~/.gitaliases
[alias]
s = status --short
co = checkout
r = restore
l = log --oneline --graph --decorate --all
rhard = reset --hard HEAD~1
rsoft = reset --soft HEAD~1
br = branch
lg = log --graph --abbrev-commit --decorate --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(dim white) - %an%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n %C(white)%s%C(reset)'
ll = log --pretty=format:'%H [%cd]: %an - %s' --graph --date=format:%c
sg = status
df = diff
cmt = commit
[safe]
directory = *