Is it possible to deploy a website using git push? I have a hunch it has something to do with using git hooks to perform a git reset --hard...
  • May 7, 2022
  • 0 Comments
I want to run a very simple HTTP server. Every GET request to example.com should get index.html served to it but as a regular HTML page (i.e., same experience...
  • April 14, 2022
  • 0 Comments