scratch/output/Scratch/en/blog/2009-12-14-Git-vs--Bzr/code/gitconfig

4 lines
205 B
Text
Raw Normal View History

[alias]
uncommit = !zsh -c '"if (($0)); then nb=$(( $0 - 1 )); else nb=0; fi; i=0; while ((i<=nb)); do git revert -n --no-edit HEAD~$i; ((i++)); done; git commit -m \"revert to $0 version(s) back\""'