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 06326f7 commit 1598f3eCopy full SHA for 1598f3e
build.sh
@@ -229,7 +229,7 @@ function checkHTMLBuildIsUpToDate {
229
echo -n "Your local branch is $new_commits "
230
[[ $new_commits == "1" ]] && echo -n "commit" || echo -n "commits"
231
echo " behind $origin_url:"
232
- git log --no-pager --oneline HEAD..FETCH_HEAD
+ git --no-pager log --oneline HEAD..FETCH_HEAD
233
echo
234
echo "To update, run this command:"
235
0 commit comments