Add git fixes trailer config

This commit is contained in:
Arti Zirk 2022-05-12 10:50:05 +03:00
parent 688aea43d5
commit f6d8f2006c
2 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
# Update all local branches from remote
# src: https://stackoverflow.com/a/9076361
main() {

View File

@ -42,3 +42,9 @@
advertisePushOptions = true
[gc]
writeCommitGraph = true
[color]
ui = auto
[core]
abbrev = 12
[pretty]
fixes = Fixes: %h (\"%s\")