+1 vote
in Git by
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

1 Answer

0 votes
by
git checkout filename

Related questions

+1 vote
asked Jul 25, 2019 in Git by SakshiSharma
+1 vote
asked Jul 26, 2019 in Git Slack Integration by sheetalkhandelwal
...