Allows to move pending changes in a working git directory away and restore them later, i.e. put them on a stash.
Yesterday I made some changes on the master branch but didn't commit them, today I tried to pull the master …
git github git-stashI had to quickly switch git branches, so I ran git stash, but I had to run it again because …
git git-stashI am trying to fetch a repo from Github, revert a tag in past, push it to another remote with …
git github git-stashIs there a git stash command that stashes your changes, but keeps them in the working directory too? So basically …
git git-stashI know how to solve this: user@host$ git pull Updating 9386059..6e3ffde error: Your local changes to the following …
git git-pull git-stashSo I had a load of changes and some untracked files. I needed to tweak something, so I used git …
git git-stashI regret having applied a stash (wrong branch). How can I undo this and have my stash back to my …
git git-stashA co-worker and I are both working on the master branch at the moment. I have some code in my …
git git-merge git-stashI have a stash with a bunch of files in it. But I can't apply my stash because of a …
git git-stash merge-conflict-resolution