What is GIT stash drop?
Answer / Dalip Kumar
'Git stash drop' removes the latest stashed changes from the stash list. It allows you to discard a previously saved stash, helping you manage and clean up your stashes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between rebase and merge?
Why git and not svn?
Mention the various git repository hosting functions.
What is rebasing syntax in git?
Explain git stash, pop?
What is ‘git add’ is used for?
What work is restored when the deleted branch is recovered?
What is the difference between GIT and SVN?
How git instaweb is used?
What is Subgit? Why to use Subgit?
What is git bisect and what is its purpose?
How do you configure a git repository to run code sanity checking tools right before making commits, and preventing them if the test fails?