Skip to main content

How can I do a pull while my Git repository has outstanding changes?

31 Aug 2013 - git

git stash
git pull
git stash pop