Git Stash Problem Solution sudo su cd /usr/src/kodekloudrepos/ecommerce git stash pop 1 git add . git commit -m 'commit' git push origin master