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 @@ ...@@ -18,6 +18,7 @@
forget = reset HEAD^ forget = reset HEAD^
iec = commit --allow-empty --only --message \"Initial empty commit.\" iec = commit --allow-empty --only --message \"Initial empty commit.\"
merg = merge --no-edit merg = merge --no-edit
pick = log --pickaxe-all --patch -G
pop = stash pop pop = stash pop
posh = push --set-upstream origin HEAD posh = push --set-upstream origin HEAD
pre-commit = ! pre-commit run --files $(git uncommitted) pre-commit = ! pre-commit run --files $(git uncommitted)
...@@ -72,6 +73,9 @@ ...@@ -72,6 +73,9 @@
tool = meld tool = meld
ff = false ff = false
[notes]
rewriteRef = refs/notes/commits
[push] [push]
followTags = true followTags = true
default = simple default = simple
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment