https://github.com/naoty/git-misc
Misc scripts for git
https://github.com/naoty/git-misc
git
Last synced: about 1 month ago
JSON representation
Misc scripts for git
- Host: GitHub
- URL: https://github.com/naoty/git-misc
- Owner: naoty
- License: mit
- Created: 2017-09-16T12:22:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T03:20:11.000Z (over 7 years ago)
- Last Synced: 2025-01-30T02:25:03.866Z (3 months ago)
- Topics: git
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# git-misc
* `git-latest-merges`: List merge commits between the latest tag and HEAD
* `git-latest-tag`: Get the latest tag
* `git-prune-branch`: Prune unused branches
* `git-tag-timestamp`: Create a tag with UNIX time## Installation
```sh
$ brew tap naoty/misc
$ brew install git-misc
```