Skip to content

Commit

Permalink
Update git-quiz.md (Ebazhanov#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
surajsahani authored Aug 17, 2020
1 parent cf449d7 commit ceba8bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions git/git-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,3 +346,10 @@ git reset --hard origin/master
- [x] Use git stash to save your work, then come back later and reapply the stashed commit.
- [ ] Run git hold to save a local copy of waht you're doing to return to later.
- [ ] This is not possible, as you cannot save locally without committing.

#### Q41. After staging a series of changes to the index, which command could you used to review prior to a commit.

- [ ] Save your work with git local-cache.
- [x] Use git stash to save your work, then come back later and reapply the stashed commit.<<--same answer as above but asked in different way.!
- [ ] Run git hold to save a local copy of waht you're doing to return to later.
- [ ] This is not possible, as you cannot save locally without committing.

0 comments on commit ceba8bc

Please sign in to comment.