Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tanmen/git-utils


https://github.com/tanmen/git-utils

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# git-utils
This is a convenient operation of Git.

## today
```
git today '2019-01-31'
```
You can see the operation history of the day.

## delete-merged
this command is delete marged branches
```
git delete-marged
```