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

Fully automated autosqaush Git alias.

parent 89dacc61
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
autosquash = !GIT_SEQUENCE_EDITOR=true git rebase -i --autosquash $(git last-commit)^
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