0 votes
in Git by
How to delete unpublished Git commits and get rid of them permanently?

a)  git reset –hard

b)  git revert

c)  git reset –soft

1 Answer

0 votes
by

a)  git reset –hard is used to delete unpublished Git commits and get rid of them permanently

Related questions

+1 vote
asked Feb 7, 2021 in Git by SakshiSharma
0 votes
asked Oct 16, 2019 in Git by rajeshsharma
...