Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are git stash and git stash drop?



What are git stash and git stash drop?..

Answer / Deepa Devi

1) Git Stash - This command allows you to save your uncommitted changes away, so that you can switch to a different branch or work on something else temporarily without losing the current changes. You can come back to them later using `git stash apply`. 2) Git Stash Drop - After applying stashed changes or when they are no longer needed, you can use `git stash drop` to remove them from the stash list.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What is the command you can use to write a commit message?

1 Answers  


What is git fork? What is the difference between fork, branch, and clone?

1 Answers  


What does ‘hooks’ comprise of in git?

1 Answers  


Why GIT better than Subversion?

1 Answers  


What is the difference between fork, branch, and clone?

1 Answers  


What is GIT version control?

1 Answers  


What is git reflog?

1 Answers  


Why is it desirable to create an additional commit rather than amending an existing commit?

1 Answers  


Name a few git commands?

1 Answers  


What commands will you use to bring a new feature to the main branch?

1 Answers  


What is a “conflict” in git and how is it resolved?

1 Answers  


What does commit object contain?

1 Answers  


Categories