Skip to content

Commit

Permalink
Sign git commits
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbetz committed Apr 5, 2016
1 parent 4c6eb60 commit 7a1eb48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gitconfig
@@ -1,6 +1,7 @@
[user]
name = Josh Betz
email = j@joshbetz.com
signingkey = A98F8096
[github]
user = joshbetz
[alias]
Expand Down
2 changes: 1 addition & 1 deletion shell/aliases
Expand Up @@ -138,7 +138,7 @@ alias ga='git add'
alias gap='ga -p'
alias gau='git add -u'
alias gbr='git branch -v'
alias gc='git commit -v'
alias gc='git commit -Sv'
alias gca='gc -a'
alias gcam='gca --amend'
alias gch='git cherry-pick'
Expand Down

0 comments on commit 7a1eb48

Please sign in to comment.