• Difference between git reset: soft vs hard

    1 min read

    To be able to partially apply commits to other branches some times comes handy to use git reset together with git stash.

    With git reset we will be able to modify how the changes are stored on the repository. Let's see the differences between git reset --soft and git reset --hard.

    19/05/2021

    Read more...

From pet to cattle
Treat your kubernetes clusters like cattle, not pets