Kamil
Kamil

Reputation: 1538

How to do pull request in TortoiseGit on already pushed changes?

The standard approach is described here but I've already closed the push window, so I don't have a way to click Request pull button.

Is there any way to create a pull request on already pushed changes?

Upvotes: 1

Views: 2179

Answers (1)

MrTux
MrTux

Reputation: 34003

Just push again, Git will detect that there are no changes (if there are no changes push is idempotent) and then you can select Request pull.

Upvotes: 5

Related Questions