Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 177 Bytes

File metadata and controls

20 lines (11 loc) · 177 Bytes

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