Reputation: 1201
I want to create the patch file for newly added files in Git using source tree. I've created the same using create patch option in Actions menu. But the patch is showing empty and unable to find the newly added file information in the patch.
How do I create the patch for newly added files in the source tree?
Upvotes: 4
Views: 3348
Reputation: 1201
First stage the newly added files and then create a patch for those staged files. It will work.
Upvotes: 4