her.esy.fun/src/Scratch/en/blog/2009-12-14-Git-vs--Bzr/code/gitconfig
2021-04-18 12:23:24 +02:00

3 lines
204 B
Plaintext

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