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
(or just /usr/local/bin/fork if one has installed the command line CLI helper) to one's ~/.gitconfig to do a git diff ... or use other tools that need a diff viewer. Perhaps a new diff CLI command would be required so that the above would need to be `...fork_cli "diff" "$LOCAL" "$REMOTE"
The text was updated successfully, but these errors were encountered:
This would support using Fork's diff view for more general purpose diff navigation invoked from other, external tools.
Ideally one could add something like:
(or just
/usr/local/bin/fork
if one has installed the command line CLI helper) to one's~/.gitconfig
to do agit diff ...
or use other tools that need a diff viewer. Perhaps a newdiff
CLI command would be required so that the above would need to be `...fork_cli "diff" "$LOCAL" "$REMOTE"The text was updated successfully, but these errors were encountered: