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
Whether the order of selection matters.
The selected commits seem always compared in chronological order.
With the Git CLI, one can do git diff start end and git diff start end to get opposite diffs. In these terms, Fork always does git diff start end.
Whether the selection is start/end commit inclusive/excluve.
The selection seems start-exclusive, end-inclusive, similar to Git.
The text was updated successfully, but these errors were encountered:
The FAQ explains how 2 commits can be compared by Ctrl-clicking them: https://github.com/fork-dev/Docs/blob/8d49ab70c2a231bf55a84334a5bda97b397e2c89/faq.md#how-to-compare-two-branches-or-commits
I think it'd also be useful to clarify,
Whether the order of selection matters.
The selected commits seem always compared in chronological order.
With the Git CLI, one can do
git diff start end
andgit diff start end
to get opposite diffs. In these terms, Fork always doesgit diff start end
.Whether the selection is start/end commit inclusive/excluve.
The selection seems start-exclusive, end-inclusive, similar to Git.
The text was updated successfully, but these errors were encountered: