what is the use of git stash command?
Answer / Bhupesh Kumar Gautam
The Git stash command is used to save your local modifications (stashes) away, allowing you to work on a different branch without losing any changes. You can retrieve the saved changes later using the git stash apply command.
| Is This Answer Correct ? | 0 Yes | 0 No |
Have you worked on migration? Which module has been used for migration?
What are patches in drupal?
What are the new features of drupal 8?
Difference between preprocess html and preprocess node?
What is the difference between hook_init, hook_boot, hook_exit?
Explain region, block, menu in drupal?
How to install drupal on a local wamp server?
How we can achieve the multistep form using drupal form api?
What are nodes in drupal?
What is panelizer?
Explain drupal.
How to update themes and modules in drupal?