Top "Git-stash" questions

Allows to move pending changes in a working git directory away and restore them later, i.e. put them on a stash.

Why can't stash be applied to the working directory?

I cannot apply stash back to the working directory. Little story: First I tried to push some committed changes, but …

git git-stash
Change email address in Git

I have a project hosted in Git stash. It is built using jenkins. Now I made a typo while installing …

git email jenkins git-stash
Resolving Git merge conflicts

A Git repository has been cloned on several developers' local machines. Some changes have been made to the code in …

git git-stash
Stash changes to specific files

I have a large git project that I, stupidly, imported to eclipse and ran an autoformat on. Now, every file …

git git-stash
Switching a branch after aborting current changes in git

I cloned a git repo and then started playing around in its master branch. After a while, I want to …

git git-branch git-stash
Stashing only un-staged changes in Git

I'd like to do the following work flow: Add changes to the stage. Stash all the other changes that were …

git git-stash
Git stash: "Cannot apply to a dirty working tree, please stage your changes"

I am trying to apply changes I stashed earlier with git stash pop and get the message: Cannot apply to …

git git-stash
How can I format patch with what I stash away

In git, I stash away my changes. Is it possible that I can create a patch with what I stash …

git git-stash git-patch
Why does git stash pop say that it could not restore untracked files from stash entry?

I had a bunch of staged and unstaged changes and I wanted to quickly switch to another branch and then …

git git-stash
Stash the changes made with atlassian sourcetree

I have a lot of files changed in my project. I want to stash 2 files but i'm a bit afraid …

git atlassian-sourcetree git-stash