From 9da403722fa8e04d77f8ceff5b4ade4a62612add Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 21 Nov 2017 18:26:15 +0200 Subject: [PATCH] Added Git alias for non-interactive rebase (autorebase). --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 926d462..13d5df0 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,7 @@ [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 -- GitLab