https://github.com/willis7/gist-diff
Takes the inputs of a git diff command and publishes as a gist in Github
https://github.com/willis7/gist-diff
Last synced: 10 months ago
JSON representation
Takes the inputs of a git diff command and publishes as a gist in Github
- Host: GitHub
- URL: https://github.com/willis7/gist-diff
- Owner: willis7
- License: mit
- Created: 2018-09-11T18:10:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T07:15:36.000Z (over 7 years ago)
- Last Synced: 2025-04-20T18:41:36.685Z (about 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gist-diff
Status: Blocked - at this current time there is no API available to create gists.
Takes the inputs of a git diff command and publishes it as a gist in Github.
`git diff | gist_diff`
# Creating a personal access token
https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/
Note* you only need to give the PAT `gist` permissions.
Once you have a token as per the instructions above, add it to your `config.json`.
```json
{
"github_username": "willis7",
"github_password": "secretfagbsajhvdakhdsecret"
}
```