Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apply git-diff patch with online tool

Is there a way to apply diff without Linux (have no permissions on work) or windows tools like WinMerge or (again have no permissions to install). The only way seems to be is to have an online tool :(

like image 911
Vladimir Avatar asked Jul 24 '26 10:07

Vladimir


1 Answers

github.com/wickedest/Mergely provides editor.mergely.com, which allows a user to generate a .diff file [1] of two inputs corresponding to git-diff syntax that VS Code and GitHub correctly syntax highlight.

like image 72
RokeJulianLockhart Avatar answered Jul 27 '26 14:07

RokeJulianLockhart