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 d7565ee commit 11a2801Copy full SHA for 11a2801
bin/git-browse-ci
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
3
+set -e -o pipefail
4
+
5
if [[ $1 == "" ]]
6
then
7
branch=$(git rev-parse --abbrev-ref HEAD 2&> /dev/null)
0 commit comments