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

How can you create a repository in Git?

1 Answers  


What is the function of ‘git config’?

1 Answers  


What is GIT version control?

1 Answers  


How to create tag?

1 Answers  


What is git bisect?

1 Answers  


Explain the difference between rebase and merge?

1 Answers  


What is git bisect? How can you use it to determine the source of a (regression) bug?

1 Answers  


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

1 Answers  


Name some git commands and also explain their functions?

1 Answers  


Name a few git commands and explain their usage.

1 Answers  


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

1 Answers  


What is the purpose of branching and how many branching strategies can you apply?

1 Answers  


Categories