Your comments

I had a quick look at the Standard Window but it looks quite confusing to me. The pull requests seem to show up spread somewhere in the history and are not collected under one bullet point.


I have to switch branches regulary and I use the feature to show commits from other branches and for these reasons I like the Log Window because it's really easy for me to see all branches. For example if I'm assigned to a pull request most of the time I will just look at the commits in the Log Window without checking out the branch and I also use the feature to show the diff between two selected commits (for example diff between branch head and master head) quite often.


The implementation which GitKraken provides looks really nice to me. It will show all pull requests from all remotes and there you also have the possibility to create filters so that I can easily see which pull requests by me are still open or which pull requests I'm assigned to.

Best regards

Martin

This RFE is quite old but I would find this feature useful too. Additionally it would be nice if the pull requests would be sorted like this:
* Pull requests created by me

* Pull requests assigned to me

* Other pull requests

Here is a screenshot of what I have done so far.


In the Files section it is possible to show the changes but I did not find an option to create a patch out of these changes.

I'm not sure about your suggestion about the stash. Normally I would stash changes which I haven't commited yet. Could it also help me here to create a Patch and if so how?

Thank you for your suggestions. I have already commited the changes to my local repository but did not push the changes. So what I want to do is to create a patch file which includes the changes from several commits (in my case from the last pulled commit to my current local head revision).