We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edca1d7 commit 04b8205Copy full SHA for 04b8205
verify_commit_messages_in_branch.sh
@@ -1,4 +1,7 @@
1
#!/bin/bash
2
+# A helper script to verify the messages of every commit in
3
+# the current branch when compared against `origin/master`.
4
+# If there is no difference then the latest commit will be used.
5
set -eu
6
7
commits_since_master=$(git rev-list HEAD ^origin/master)
0 commit comments