Posts Tagged "git"

Github App to manage a self-serve list of podcasts

How to run a git server on your local machine

The one where we install a git server locally using Docker.

Oops - wrong commits to master

The one where we fix a bad commit pushed to quickly on master

Behind the scene: git rebase

The one where we use rebase to avert the end of the world.

Behind the scene: git clone

The one where we do out first git clone

Behind the scene: git branch

The one where we create our first git repo and see what happens in our file system

Behind the scene: git init

The one where we create our first git repo and see what happens in our file system