Please NO. Just stop there. Please - for the sake of sanity. If you've a pushed a commit off site, its generally considered bad form to alter history. Even if its instantaneous and no one will be none the wiser. It just feels like a bad practise.
On 22/09/2012, at 12:15 AM, Kristian Rosenvold <[email protected]> wrote: > tocuh poms to 2.12.2 > git commit -m "[maven-release-plugin] copy tag for surefire-2.12.2" > git push origin HEAD:refs/tags/surefire-2.12.2 > touch poms to 2.13-SNAPSHOT > git commit --amend -m"[maven-release-plugin] prepare for next development" > git push origin HEAD:master
