[ACCEPTED]-Create patch and apply patch in SmartGit-smartgit

Accepted answer
Score: 21

This seems to be supported from version 5 6.5 of SmartGit. Here's the changelog: https://www.syntevo.com/smartgit/changelog-6.5.x.txt (under 4 SmartGit 6.5 preview 1)

The following steps 3 worked fine for me.

Creating a patch:

  1. Open the Log
  2. Pick a branch and right-click on a commit
  3. Select "Format patch..." and save the file

Applying 2 a patch:

  1. Open the Log
  2. Go to "Tools" and then "Apply patch..."
  3. Select the patch

The patch will be applied on the 1 branch that is currently checked out.

Score: 0

I asked the SmartGit support team whether 4 they implemented git format-patch in the GUI or not. I got 3 the following answer:

No. If it needs a selected 2 commit, it also cannot be worked around using 1 external tools.

More Related questions