-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
40 lines (40 loc) · 831 Bytes
/
gitconfig
File metadata and controls
40 lines (40 loc) · 831 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
39
40
[user]
name = Aabishkar KC
email = aabishkar@gmail.com
signingkey = ~/.ssh/id_ed25519.pub
[credential]
helper = osxkeychain
[gpg]
format = ssh
[gpg "ssh"]
allowedSignersFile = ~/.ssh/allowed_signers
[commit]
gpgsign = true
[core]
autocrlf = input
editor = vim
excludesfile = ~/.gitignore_global
[mergetool]
keepBackup = true
[help]
autocorrect = 1
[log]
abbrevCommit = true
decorate = true
[format]
pretty = %C(yellow)%h%C(white)%d%Creset %s %C(cyan)(%cr) %C(bold blue)<%an>%Creset
[color]
ui = auto
[alias]
co = checkout
cm = commit
st = status -s
br = branch
un = reset --hard HEAD
am = commit --amend -a
gr = log --graph
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -n 10
[push]
default = current
[safe]
directory = *