Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment