Created
November 28, 2020 01:44
-
-
Save navidcy/cc1baced64d57b2ce7477eca71eeee2d to your computer and use it in GitHub Desktop.
clear GeophysicalFlowsDocumentation previews folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/FourierFlows/GeophysicalFlowsDocumentation.jl.git; cd GeophysicalFlowsDocumentation.jl; git checkout gh-pages; git rm -rf previews; git commit -m "delete previews"; git branch gh-pages-new $(echo "delete history" | git commit-tree HEAD^{tree}); git push --force origin gh-pages-new:gh-pages; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment