git - how stash is applied - is it merged -


i've had conflict during stash apply. in this question told clean directory not enough applying stash without conflicts. in order figure out why conflict occured need know process git goes through when applying stash. know stash creates 2 commits may assume applying stash is, in fact, 3-way merging. right?

stashing takes dirty state of working directory — is, modified tracked files , staged changes — , saves on stack of unfinished changes can reapply @ time.

read more here


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -