Login
Remember
Register
Ask a Question
How to delete unpublished Git commits and get rid of them permanently?
0
votes
asked
Feb 13, 2022
in
Git
by
rajeshsharma
How to delete unpublished Git commits and get rid of them permanently?
a) git reset –hard
b) git revert
c) git reset –soft
git-commit
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 13, 2022
by
rajeshsharma
a) git reset –hard is used
to delete unpublished Git commits and get rid of them permanently
...