Hello, world! This is my first post here. This blog is created using Hugo and Emacs org-mode. I am still busy migrating my posts from Asciidoc to org-mode, so this should take a bit of time.
Finding exposed .git repositories
Developers use git to version control their source code. We all do, in fact,
this blog is currently versioned by git. However, we not only use git
to version control, but also to deploy applications. Usually we push new code to
a remote server, where the server takes care of testing the code and then
deploying the application. There are different ways of deploying an application,
but this is one of them.