Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in DevOps and Agile by (19.4k points)

I have the master branch on which I stashed multiple changes and now I want to create a new branch from the stashed changes which are at {0}. But I doubt that the creation of the new branch will not affect my other stashes, because git will drop my stash after the creation of the new branch. Will git only drop stashes at {0} index or will it drop all of the stashes? The stashed changes are too IMP for me.

1 Answer

0 votes
by (12.4k points)

No need to worry, stash entries are not dependent on one another. So Go for it.

For more information on Git, you can join git training.

Interested in learning DevOps? Come & join: DevOps Certification

Related questions

+1 vote
1 answer
0 votes
1 answer
asked Aug 2, 2019 in DevOps and Agile by Han Zhyang (19.7k points)
0 votes
2 answers
asked Jul 24, 2019 in DevOps and Agile by chandra (29.3k points)

Browse Categories

...