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
Branches
No related tags found
No related merge requests found
[alias]
amend = commit --amend
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
cleaan = 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