#to make git stash not the whole branch but for a specific file. #git stash push -m <the specific branch name> <the specific file directory i.e:"app/views/cart/welcome.thtml"> git stash push -m welcome_cart "app/views/cart/welcome.thtml"