Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to create patch using TortoiseGit with working copy changes [duplicate]

Tags:

tortoisegit

I am trying to create a patch using TortoiseGit, but I am not able to get the patch with working copy changes, means may there is no option for working copy changes in TortoiseGit. But I am able to create patch using committed changes. But I need the patch only for uncommitted changes. Please help on this.

like image 489
Sreenivas Reddy Avatar asked Oct 23 '25 00:10

Sreenivas Reddy


1 Answers

  1. Open Log Message dialog, Right click on Working tree changes, and Click Show changes as unified diff

    enter image description here

  2. A TortoiseGitUDiff dialog is opened, Click the File menu, and Click the Save as...
    enter image description here

  3. Give the patch a file name, Save, and that's it.

like image 193
Yue Lin Ho Avatar answered Oct 27 '25 05:10

Yue Lin Ho