David Carrdcblog.dev·Aug 30, 2024Git Stashing ExplainedStashing Changes When working on a project, you might find yourself in a situation where you need to switch branches or pull updates from a remote repository, but you have uncommitted changes that you don't want to lose. This is where Git's stashing ...Discuss·71 readsGit
Peter shekiondoforClickPesa Techclickpesa.hashnode.dev·Sep 12, 2022How to appropriately git stashImagine these scenarios You want to safely switch between branches without worrying about current untracked files or the state of the working directory. Well, you don't need to commit changes every time before switching between branches. Imagine te...Discuss·39 readsGit