scratch/output/Scratch/fr/blog/2009-12-14-Git-vs--Bzr/code/gitconfig
2011-04-20 15:56:52 +02:00

3 lines
205 B
Text

[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\""'