We use this tool to ease our development workflow:
- Fork GitHub repositories
- Create pull requests
- List pull requests
- List local branches and print additional metadata
Configuration is stored in ~/.upsint.json
. Example:
{
"github": { "token": "abcxyz" },
"gitlab": { "token": "abcxyz", "ssl_verify": false, "url": "url" }
}
- List releases
- Check out a PR
- Implement for Gitlab
- Implement for pagure
- Properly implement configuration
- Tests