...
Here are two suggestions.
1) Create an emailable (or JIRA-attachable) patch from your last local commit:
No Format |
---|
git format-patch -1 |
2) If you have a public git repository, create a pull request, with for example something like this:
...
...
Here are two suggestions.
1) Create an emailable (or JIRA-attachable) patch from your last local commit:
No Format |
---|
git format-patch -1 |
2) If you have a public git repository, create a pull request, with for example something like this:
...