0 votes
by
What is git stash?

1 Answer

0 votes
by

In GIT, now and again we would prefer not to submit our code yet we would prefer not to lose additionally the incomplete code. For this situation we utilize git stash summon to record the present condition of the working registry and list in a reserve. This stores the incomplete work in a reserve and cleans the present branch from uncommitted changes.

Presently we can chip away at a perfect working index.

Later we can utilize the reserve and apply those progressions back to our working index.

On occasion we are amidst some work and would prefer not to lose the incomplete work, we utilize git stash order.

Related questions

+1 vote
0 votes
0 votes
0 votes
asked May 21, 2020 in Git by SakshiSharma
0 votes
0 votes
asked Mar 8, 2020 in Git Slack Integration by Hodge
...