Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamgoose/ghpatch
Simple Golang utility for patching files on GitHub.
https://github.com/adamgoose/ghpatch
Last synced: about 23 hours ago
JSON representation
Simple Golang utility for patching files on GitHub.
- Host: GitHub
- URL: https://github.com/adamgoose/ghpatch
- Owner: adamgoose
- Created: 2024-01-20T07:37:46.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-20T08:03:21.000Z (10 months ago)
- Last Synced: 2024-06-20T22:27:43.800Z (5 months ago)
- Language: Go
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ghpatch
ghpatch is a simple Golang utility for patching files on GitHub.
## man
```
ghpatch is a tool for patching GitHub filesUsage:
ghpatch {path} [flags] -- {cmd}Flags:
-e, --author-email string [GHPATCH_COMMIT_AUTHOR_EMAIL] Commit Author email
-n, --author-name string [GHPATCH_COMMIT_AUTHOR_NAME] Commit Author name
-b, --branch string [GHPATCH_GITHUB_BRANCH] GitHub branch
--dry-run [GHPATCH_DRY_RUN] Dry run
-h, --help help for ghpatch
-m, --message string [GHPATCH_COMMIT_MESSAGE] Commit message
-o, --owner string [GHPATCH_GITHUB_OWNER] GitHub owner
-r, --repo string [GHPATCH_GITHUB_REPO] GitHub repo
-t, --token string [GHPATCH_GITHUB_TOKEN] GitHub token```