Skip to content

Commit

Permalink
Added GPG signing to commits 😎
Browse files Browse the repository at this point in the history
  • Loading branch information
justjkk committed Sep 4, 2016
1 parent ead35fa commit b1b6ca0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bash_aliases
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
alias ppjson=~/bin/ppjson.py
alias gitl="git log --all --decorate --graph --date-order"
alias gitl="git log --all --decorate --graph --date-order --show-signature"
alias gits="git status"
alias gitd="git diff"
alias gitdc="git diff --cached"
Expand Down
6 changes: 5 additions & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[user]
name = J Kishore Kumar
email = justjkk@gmail.com
signingkey = AB4742AA4D4CBECA

[color]
diff = auto
Expand All @@ -26,7 +27,10 @@
[alias]
ci = commit
st = status
lg = log --all --graph --decorate --date-order
lg = log --all --graph --decorate --date-order --show-signature

[push]
default = simple

[commit]
gpgsign = true

0 comments on commit b1b6ca0

Please sign in to comment.