git-task 0.2.4

Local-first task manager/bug tracker within your git repository which can sync issues with remote sources.
Documentation
1
2
3
4
5
6
7
mutation DeleteIssue($issue_id: ID!) {
    deleteIssue(input: { issueId: $issue_id }) {
        repository {
            id
        }
    }
}