Browse Source

Add git fixes trailer config

master
Arti Zirk 2 years ago
parent
commit
f6d8f2006c
  1. 1
      .bin/git-ffwd-update
  2. 6
      .gitconfig

1
.bin/git-ffwd-update

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

6
.gitconfig

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

Loading…
Cancel
Save