https://github.com/yasukotelin/git-diffs
git-diffs is the git subcommand that is diff files selector.
https://github.com/yasukotelin/git-diffs
diff git git-subcommand go golang
Last synced: 23 days ago
JSON representation
git-diffs is the git subcommand that is diff files selector.
- Host: GitHub
- URL: https://github.com/yasukotelin/git-diffs
- Owner: yasukotelin
- License: mit
- Created: 2019-10-03T01:41:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-24T02:05:40.000Z (about 6 years ago)
- Last Synced: 2024-06-21T09:04:46.276Z (over 1 year ago)
- Topics: diff, git, git-subcommand, go, golang
- Language: Go
- Size: 380 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-diffs
git-diffs is the git subcommand that is diff files selector.
## Description
You can use the `git-diffs` as a git subcommand like `git diffs`.
This shows diff file names and show diff when you select one.

## Install
If you have go environment, you can use `go get` and install.
```
go get -u github.com/yasukotelin/git-diffs
```
## Licence
MIT
## Author
yasukotelin