Skip to content

Instantly share code, notes, and snippets.

@nailor
Created September 2, 2011 15:22
Show Gist options
  • Save nailor/1188906 to your computer and use it in GitHub Desktop.
Save nailor/1188906 to your computer and use it in GitHub Desktop.
Bieberizer! for Reaktor Dev Day (by @nailor and @mikharj)
#!/bin/sh
echo "Bieberizing. Please wait..."
git reset --soft `git log --pretty=oneline | tail -n 1 | awk '{ print $1 }'`; git commit --amend -m "Implemented the software as specified." --author="Justin Bieber <[email protected]>"
echo "Done & Done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment