git stash reminder
Working with git I like to use the stash command. Stashing by name is the command I forget very often but it is quite useful:
git stash save 'useful information about this stash'
Working with git I like to use the stash command. Stashing by name is the command I forget very often but it is quite useful:
git stash save 'useful information about this stash'