We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff91bc3 commit 8d1a849Copy full SHA for 8d1a849
scripts/diff-match/for-multi.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
set -e
3
+set -x
4
trap 'echo "Script exited with code $? at line $LINENO"' EXIT
5
6
base_branch="$1"
0 commit comments