* Use uppercase for constant variables * Skip checking when deleting branches * Disallow to delete main branch * Unify indent to 4 spaces * Disallow `git push <remote> :<main-branch>` * Change Shebang to bash
* Revise pre-push script * Remove unrelated the comments in pre-push script * Update README for git hooks