I have the exact same problem as explained in the sister question How to "pull request" a specific commit?.
I tried the answer on a fork of simplemonitor
:
D:\Seafile\dev\dev-perso\simplemonitor>git checkout -b wsw70-network-1
Switched to a new branch 'wsw70-network-1'
D:\Seafile\dev\dev-perso\simplemonitor>git cherry-pick ee1f3b1c575e79ce831102463c8aa303c0ae825e
On branch wsw70-network-1
You are currently cherry-picking commit ee1f3b1.
Untracked files:
monitor-internet.ini
monitor-srv.ini
monitors-internet.ini
monitors-srv.ini
nothing added to commit but untracked files present
The previous cherry-pick is now empty, possibly due to conflict resolution.
If you wish to commit it anyway, use:
git commit --allow-empty
Otherwise, please use 'git reset'
D:\Seafile\dev\dev-perso\simplemonitor>git push -u origin wsw70-network-1
Total 0 (delta 0), reused 0 (delta 0)
remote:
remote: Create a pull request for 'wsw70-network-1' on GitHub by visiting:
remote: https://github.com/wsw70/simplemonitor/pull/new/wsw70-network-1
remote:
To https://github.com/wsw70/simplemonitor
* [new branch] wsw70-network-1 -> wsw70-network-1
Branch wsw70-network-1 set up to track remote branch wsw70-network-1 from origin.
What does The previous cherry-pick is now empty, possibly due to conflict resolution.
mean?