git-up / GitUp

The Git interface you've been missing all your life has finally arrived.
http://gitup.co
GNU General Public License v3.0
11.44k stars 1.23k forks source link

Diff files not in a git repository? #980

Closed pouriaalmassi closed 2 months ago

pouriaalmassi commented 4 months ago

Is it possible to use GitUp to diff files not in a repository? If not would GitUpKit be able to support such functionality and where is the best place to start to enable that. Thanks in advance!

Other editors and git clients allow this.

VSCode code -d file.a.txt file.b.txt

Sublime Merge smerge mgergetool file.a.txt file.b.txt

FileMerge opendiff file.a.txt file.b.txt

lucasderraugh commented 2 months ago

Currently, no. We're not really a text editor and have no way of resolving conflicts, so it's not a huge priority.