alamb commented on code in PR #35: URL: https://github.com/apache/datafusion-site/pull/35#discussion_r1850179233
########## README.md: ########## @@ -72,13 +72,18 @@ git checkout asf-site git pull # create a branch for the publishing git checkout -b publish_blog -# push code upstream -git push # copy content built from _site directory cp -R ../datafusion-site/_site/* . git commit -a -m 'Publish blog content' +# push code upstream Review Comment: the `git push` was also out of order , so I corrected it while I was making this PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
