Commit 8f208ca7 authored by nimrod's avatar nimrod
Browse files

Some Git config updates.

- Pick alias for the git log pickaxe.
- Keep notes synced after a rebase (see
  https://stackoverflow.com/a/14601464/10535223).
parent 86bab806
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
    forget = reset HEAD^
    iec = commit --allow-empty --only --message \"Initial empty commit.\"
    merg = merge --no-edit
    pick = log --pickaxe-all --patch -G
    pop = stash pop
    posh = push --set-upstream origin HEAD
    pre-commit = ! pre-commit run --files $(git uncommitted)
@@ -72,6 +73,9 @@
    tool = meld
    ff = false

[notes]
    rewriteRef = refs/notes/commits

[push]
    followTags = true
    default = simple