DEV Community

Discussion on: Essential git commands every developer should know

Collapse
 
arvinderakgp profile image
Arvind Gupta

At Point 10). You can also use "git stash pop" for getting back locally save code.

for your reference find the difference between "git stash apply" and "git stash pop" in below link

stackoverflow.com/questions/152860...