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...