packit / upsint

Upstream Integration: work better with your upstream project.
GNU General Public License v3.0
2 stars 9 forks source link
git hacktoberfest open-source-tooling

upsint

Codacy Badge

We use this tool to ease our development workflow:

Configuration is stored in ~/.upsint.json. Example:

{
  "github": { "token": "abcxyz" },
  "gitlab": { "token": "abcxyz", "ssl_verify": false, "url": "url" }
}

TODO