You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature that you'd like
The ability to reset a single file to a specific revision from commit details view.
I often reorganize commits when preparing pull requests, and sometimes it is necessary to transfer part of the changes from one commit to another. To do this, I usually make a "git checkout <commit-id> <filepath>" to get a file with the necessary changes in the working tree. It would be great to be able to invoke such an operation with one click from the commit tree view - via context menu or so.
In "Git Extensions" git client this operation called "Reset file to specific revision".
Additional context (optional)
The text was updated successfully, but these errors were encountered:
Describe the feature that you'd like
The ability to reset a single file to a specific revision from commit details view.
I often reorganize commits when preparing pull requests, and sometimes it is necessary to transfer part of the changes from one commit to another. To do this, I usually make a "
git checkout <commit-id> <filepath>
" to get a file with the necessary changes in the working tree. It would be great to be able to invoke such an operation with one click from the commit tree view - via context menu or so.In "Git Extensions" git client this operation called "Reset file to specific revision".
Additional context (optional)
The text was updated successfully, but these errors were encountered: