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 |
What is api in drupal?
What is the use of menu management in drupal?
Explain drupal flow?
What is a box in drupal?
What are the main advantages of drupal?
Explain hooks in drupal.
Can you please explain the difference between core and contrib in drupal?
What is the use of Show as expanded field while creating menu?
How do I clear cache in drupal?
What is clean url in drupal?
Explain about drupal 8 interfaces?
Have you worked on migration? Which module has been used for migration?