Skip to content
Snippets Groups Projects
Commit 9da40372 authored by nimrod's avatar nimrod
Browse files

Added Git alias for non-interactive rebase (autorebase).

parent c0f1a6fb
No related branches found
No related tags found
No related merge requests found
[alias] [alias]
amend = commit --amend amend = commit --amend
autosquash = !GIT_SEQUENCE_EDITOR=true git rebase -i --autosquash $(git last-commit)^ autosquash = !GIT_SEQUENCE_EDITOR=true git rebase -i --autosquash $(git last-commit)^
autorebase = -c 'core.editor=true' rebase -i --autosquash
bull = submodule update --remote --init bull = submodule update --remote --init
cleaan = clean -fdX cleaan = clean -fdX
cleaaan = clean -fdx cleaaan = clean -fdx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment