QuestionQ17
701.3 Source Code ManagementWhich Git command restores changes that were saved with git stash save?
- A git stash merge
- B git stash revert
- C git stash pop
- D git stash restore
- E git stash commit
Which Git command restores changes that were saved with git stash save?
Community Discussion