[
https://issues.apache.org/jira/browse/GOSSIP-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16062373#comment-16062373
]
ASF GitHub Bot commented on GOSSIP-62:
--------------------------------------
Github user edwardcapriolo commented on the issue:
https://github.com/apache/incubator-gossip/pull/53
When thing get bad I do this.. git diff master mybranch > /tmp/patch
then :
git checkout master
patch -p0 < /tmp/patch
Then make a new commit
> Implement Crdt PN-Counter
> -------------------------
>
> Key: GOSSIP-62
> URL: https://issues.apache.org/jira/browse/GOSSIP-62
> Project: Gossip
> Issue Type: New Feature
> Reporter: Edward Capriolo
> Assignee: Terry Weymouth
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)