fix(git): add alias and tag signing
- sign tags by default - add `graph` alias Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
383d167b72
commit
5358838be5
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
[alias]
|
||||
scommit = commit --signoff
|
||||
graph = log --oneline --decorate --graph --all
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
@ -26,6 +27,9 @@
|
|||
[rebase]
|
||||
autoStash = true
|
||||
|
||||
[tag]
|
||||
gpgSign = true
|
||||
|
||||
[user]
|
||||
name = Matej Focko
|
||||
email = {{ git_email }}
|
||||
|
|
Loading…
Reference in a new issue