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 091b41f commit e561ab6Copy full SHA for e561ab6
bin/commit_and_push.sh
@@ -7,6 +7,8 @@ COMMITER_EMAIL="$3"
7
# shellcheck disable=SC2164
8
pushd "$NEW_WIKI_CHECKOUT_PATH"
9
10
+ git branch -r
11
+
12
echo "Adding changes to GIT..."
13
git add -A --verbose
14
0 commit comments