Skip to content
Snippets Groups Projects
Commit 080e1eee authored by nimrod's avatar nimrod
Browse files

Small git config changes.

parent 8c41e2bd
No related branches found
No related tags found
No related merge requests found
[advice]
skippedCherryPicks = false
[apply]
whitespace = fix
......@@ -13,7 +16,7 @@
dif = diff --color-words --ignore-all-space
empty-commit = commit --allow-empty
exec = "!${SHELL:-/bin/sh} -ic "
ff = merge --no-edit --ff-only origin/HEAD
ff = merge --no-edit --ff-only
fixup = !cd "${GIT_PREFIX:-$PWD}" && git commit --fixup $(git last-commit)
forget = reset HEAD^
iec = commit --allow-empty --only --message \"Initial empty commit.\"
......
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