blob: 105b67578a913848dc21b648c58d6a97a24e5bf3 [file] [log] [blame]
#!/bin/bash
#Reformats and then ammends the currently checked-out commit
#
#Usually used by rebase-format.sh
#Re-format the code
make format
#Update the commit to include the formatting
git commit -a --amend --no-edit