Skip to content

Instantly share code, notes, and snippets.

@navidcy
Created November 28, 2020 01:44
Show Gist options
  • Save navidcy/cc1baced64d57b2ce7477eca71eeee2d to your computer and use it in GitHub Desktop.
Save navidcy/cc1baced64d57b2ce7477eca71eeee2d to your computer and use it in GitHub Desktop.
clear GeophysicalFlowsDocumentation previews folder
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