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]
|
[alias]
|
||||||
scommit = commit --signoff
|
scommit = commit --signoff
|
||||||
|
graph = log --oneline --decorate --graph --all
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
@ -26,6 +27,9 @@
|
||||||
[rebase]
|
[rebase]
|
||||||
autoStash = true
|
autoStash = true
|
||||||
|
|
||||||
|
[tag]
|
||||||
|
gpgSign = true
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = Matej Focko
|
name = Matej Focko
|
||||||
email = {{ git_email }}
|
email = {{ git_email }}
|
||||||
|
|
Loading…
Reference in a new issue