Git stash changes GIT

Ever had a need to temporarily store changes that you made to your code? Without committing it? For example, you…

Delete Git tags GIT

Tags work as an additional identifier for a particular incident. And in the case of Git, Tags are used as…