Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] git diff and

Patrik is a new lisasoft employee (welcome Patrick) who introduced himself last week.

One of the questions we both had as he was working on http://jira.codehaus.org/browse/UDIG-1744 was how to handle patches with git.

I am sure this will all become second nature; however here is the instructions we hunted down: http://drupal.org/node/707484

It seems to be:
1) git rebase to merge with the latest
2) git add for each file you want to include in your patch
3) git diff > udig-1744.patch

And then the usual:
4) git clear to undo all changes and move on to the next patch




Back to the top