DEV Community

Discussion on: How to Undo Pushed Commits with Git

Collapse
 
franzkafkayu profile image
Yu FranzKafka

Usually I use git reset rather than git revert and then git push.I don't like git revert because it will break my commit log because the " revert"🙃