Login
Remember
Register
Ask a Question
What is the GIT command to blow away all changes since last commit?
+1
vote
asked
Jul 25, 2019
in
Git
by
SakshiSharma
What is the GIT command to blow away all changes since last commit?
Select the correct Answer from below list
(1)git log filename
(2)git status filename
(3)git rm filename
(4)git checkout filename
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 25, 2019
by
Robindeniel
git checkout filename
...