-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
29 lines (26 loc) · 1.03 KB
/
.gitconfig
File metadata and controls
29 lines (26 loc) · 1.03 KB
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
# [include]
# path = ~/git/git-bootstrap/.gitconfig
# [core]
# excludesfile = ~/git/git-bootstrap/.gitignore_global
[user]
name = Simon Unge
email = simunge@amazon.com
signingkey = 816B87E946ABF7A56B85C1C5BF83F3CFCDD9E211
[push]
default = simple
[alias]
glog = log --graph --abbrev-commit --pretty=oneline
logf = log --name-status
lol = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
lola = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --all
uno = status -uno
ggrep = !git grep -n --break --heading
l = log --date-order --date='format:%y-%m-%d %H:%M' --pretty='format:%x09%C(reverse green)%><(9)%h%C(reset) %C(bold black)%cd%C(reset) %C(bold black)%<(3,trunc)%cN%C(reset) %C(magenta)%<(14,trunc)%aN%C(reset) %s%C(yellow)%d%C(reset) %N'
[init]
defaultBranch = main
[gpg]
format = openpgp
[commit]
gpgsign = true
[core]
editor = emacs