1 2 3 4 5 6
git checkout master cargo doc git checkout gh-pages rsync -avP target/doc/ doc/ git add -u git commit --dry-run --reuse-message master