TEMPORARY COMMITS

This Project for CommandLine Applications. includes configs and documentation. https://mrinjamul.github.io/unTutorials

TEMPORARY COMMITS

Temporarily store modified, tracked files in order to change branches

git stash

Save modified and staged changes

git stash list

list stack-order of stashed file changes

git stash pop

write working from top of stash stack

git stash drop

discard the changes from top of stash stack