There are a few git commands that I use very frequently, but not quite as much as add, commit and push. These commands greatly help to structure my daily development routine and are quite convenient for certain tasks! Stash In git, you cannot only add your changes to a branch as…