Sometimes you want to switch the branches, but you are working on an incomplete part of your current project. You don't want to make a commit of half-done work. Git stash allows you to do so. The git stash command enables you to switch branches without committing the current branch. The below figure demonstrates the properties and […]

Read more of this post