We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928a262 commit affa94eCopy full SHA for affa94e
publish.sh
@@ -28,5 +28,4 @@ git commit -m "Publish GitHub pages, based on $rev"
28
# Publish GH pages
29
git push origin gh-pages -f
30
31
-# Go back to previous branch
32
-git checkout $branch -f
+echo Use 'git checkout $branch -f' to change back to the previous branch.
0 commit comments