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