Advance Git & GitHub for DevOps Engineers: Part 2
Git Stash:
git stash is a command that allows you to temporarily save changes that you don't want to commit immediately. It's particularly useful when you're in the middle of working on something, and you need to switch to another branch.
Cherry-pick...
learndevopswithtejal.hashnode.dev4 min read