JackNaka
JackNaka

Reputation: 9

Intellij GIT reset unpushed commit

I'm using IntelliJ for a project after some time. I committed time ago something (but not pushed them), and now I would like to commit something else, but when I go on the tab Git -> Push... I found a list of unpushed commits that I don't want to push anymore. How can I "abort" those commits, to commit my new stuff?

Upvotes: 0

Views: 965

Answers (1)

spodin
spodin

Reputation: 21

You have several options in IntelliJ to reset unpushed commits:

  1. Reset a branch to a specific commit

  2. Drop commit

Upvotes: 2

Related Questions