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
Gitlens currently offers an exceptionally useful "Open Changes with Working File" option when viewing files associated with historical commits. This option stands well on its own, but would be even more useful if complimented by a similar option to diff the pre-commit version of a particular file with the local working copy.
This new option would be functionally different from diffing file changes associated with a particular commit, as diffing with the local working copy should present an editable file instance on the right side of the diff view.
IntelliJ calls this feature "Compare Before with Local", and I find myself using it relatively often.
The text was updated successfully, but these errors were encountered:
Gitlens currently offers an exceptionally useful "Open Changes with Working File" option when viewing files associated with historical commits. This option stands well on its own, but would be even more useful if complimented by a similar option to diff the pre-commit version of a particular file with the local working copy.
This new option would be functionally different from diffing file changes associated with a particular commit, as diffing with the local working copy should present an editable file instance on the right side of the diff view.
IntelliJ calls this feature "Compare Before with Local", and I find myself using it relatively often.
The text was updated successfully, but these errors were encountered: