|
You are here |
www.sanityinc.com | ||
| | | | |
brandont.dev
|
|
| | | | | [AI summary] This article explains how to use Git for deploying a static website by setting up local and remote repositories, configuring hooks for automated workflows, and utilizing Git's capabilities to streamline the development and production processes. | |
| | | | |
belkadan.com
|
|
| | | | | An old toy project for browsing the contents of a git repo as a filesystem. | |
| | | | |
kittygiraudel.com
|
|
| | | | | A technical write-up on how to clean up a git repository from sensitive information that was inadvertently committed | |
| | | | |
blog.nuculabs.de
|
|
| | | I've been playing recently with ASP.Net Core and I'm developing a small Web API project in order to teach myself the framework. In still article I'll explain how to use a Postgres database with Docker, in order to make your development experience much more enjoyable. Before moving on, please make sure that you've installed: Docker Docker-Compose First, create the docker-compose.yml file in your root directory of the project, the file should contain: | ||