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

Removed git autosquash alias, happier with autorebase for

non-interactive rebases.

Auto-stash rebases in autorebase git alias.
parent 0efa2e4c
No related branches found
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
autorebase = -c 'core.editor=true' rebase -i --autosquash --autostash
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