Answers for "how to pull the changes from git without staging local changes"

2

how to pull the changes from git without staging local changes

git stash save
git pull
git stash pop
Posted by: Guest on May-13-2020

Code answers related to "how to pull the changes from git without staging local changes"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language