Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ianva/git-3000
git-3000 是一个git的shell工具合集,拥有要你命3000一样的强大的威力,帮你轻松的完成工作
https://github.com/ianva/git-3000
Last synced: 25 days ago
JSON representation
git-3000 是一个git的shell工具合集,拥有要你命3000一样的强大的威力,帮你轻松的完成工作
- Host: GitHub
- URL: https://github.com/ianva/git-3000
- Owner: ianva
- Created: 2013-01-14T03:04:29.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-14T08:06:15.000Z (almost 12 years ago)
- Last Synced: 2023-03-15T22:35:16.415Z (almost 2 years ago)
- Size: 105 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-3000
git-3000 是一个git的shell工具合集,拥有要你命3000一样的强大的威力,帮你轻松的完成工作。
## Installation
Clone / Tarball:```
$ make
$ sudo make install
```## Commands
- git weekly
## Usage
### git weekly
用于获取周报(默认为当前一周)
```
$ git weekly
```也可以添加一个参数,获取其他时间的报告(与git log支持的日期一致)
```
# 获取两周的报告
$ git weekly "2 week"# 获取3天的报告
$ git weekly "3 day"
```