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
The commit graph isn't currently able to intelligently multi-select commits in the graph. For example, when shift-clicking two commits to select all commits between them, the graph will select all commits in the history between those two points instead of filtering out commits that belong other branches.
To allow for safer actions in the graph, especially for Commit Composer, the graph should adopt the intelligent multi-commit selection that GKD uses in it's graph.