mirror of
https://github.com/artizirk/dotfiles.git
synced 2025-12-14 22:25:12 +02:00
Add git fixes trailer config
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Update all local branches from remote
|
||||
# src: https://stackoverflow.com/a/9076361
|
||||
|
||||
main() {
|
||||
|
||||
@@ -42,3 +42,9 @@
|
||||
advertisePushOptions = true
|
||||
[gc]
|
||||
writeCommitGraph = true
|
||||
[color]
|
||||
ui = auto
|
||||
[core]
|
||||
abbrev = 12
|
||||
[pretty]
|
||||
fixes = Fixes: %h (\"%s\")
|
||||
|
||||
Reference in New Issue
Block a user