Force a git commit and push.
This is used in various publishing tools to ensure GitHub is kept in sync with the latest published version of a project.
graphics github:push
Description
Git commit and push to repo
Usage
$ graphics github:push [options]
Options
-h, --help Displays this message
Note: This is a no-op in CI environments.
Optional
message: stringCommit message
Create a GitHub repo for a graphics project.
Used to create repos in TR and Reuters Graphics GitHub orgs. The name of the repo is taken from the name of the project in package.json.
CLI