An open API service indexing awesome lists of open source software.

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

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
```