Advance Git & GitHub for DevOps Engineers: Part-2
Git Stash and Cherry-pick and Rebase
Git Stash:
git stash is a Git command that allows you to save your current changes in a "stash" and revert back to a clean working directory without committing your changes.
This can be useful when you are working...
saifali2017.hashnode.dev6 min read