Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 271 Bytes

save-your-work.md

File metadata and controls

10 lines (5 loc) · 271 Bytes

save-your-work

git stash to keep current changes on side and go to fix the immediate bug

nano bug.txt to view and edit bug.txt by removing 4th line

git stash pop to get back the old unstaged changes we made

then do the neccesary changes, add and commit