Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanmen/git-utils
https://github.com/tanmen/git-utils
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanmen/git-utils
- Owner: tanmen
- Created: 2019-01-30T17:59:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T07:29:13.000Z (8 months ago)
- Last Synced: 2024-05-08T08:36:05.151Z (8 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```