github项目

有意思,高质量和自己目前学习工作密切相关的开源项目的集合

git的使用技巧:

开发过程中会经常用到的git的小技巧,链接传送门:
https://github.com/git-tips/tips

git-standup

链接:https://github.com/kamranahmedse/git-standup

git-standup

回顾你上一个工作日做了什么,或者好奇其他的人做了什么

Install

你可以使用curl来安装它

$ curl -L https://raw.githubusercontent.com/kamranahmedse/git-standup/master/installer.sh | sudo sh

或者使用npm进行安装

$ npm install -g git-standup

或者从github克隆后手动地安装它

$ git clone https://github.com/kamranahmedse/git-standup.git
$ cd git-standup
$ sudo make install

Mac 用户可以使用 brew进行安装

$ brew update
$ brew install git-standup

Arch 用户可以在AUR中找到package

$ pacaur -S git-standup-git

用法

$ git standup [-a <author name>] 
              [-w <weekstart-weekend>] 
              [-m <max-dir-depth>]
              [-f]
              [-L]
              [-d <days-ago>]
              [-D <date-format>] 
              [-g] 
              [-h]

下面是每个参数的具体描述

  • -a - 指定作者将搜索限制为姓名或者邮箱
  • -w - 指定星期范围的搜索(例如git standup -w SUN-THU`)
  • -m - 指定递归目录搜索的深度
  • -L - Toggle inclusion of symbolic links in recursive directory search
  • -d - 指定返回包括的天数
  • -D - 指定“gitlog"的日期格式(默认: relative)
  • -h - 显示帮助界面
  • -g - 显示提交是否为GPG签名
  • -f - 预先fetch最新的提交

基本的用法,你只需要在你的仓库或者包含多个仓库的文件夹中运行git standup就可以。

单个仓库的用法

检查自上次工作日来你个人的所有提交,指向项目仓库并运行

$ git standup
git standup

包含多个仓库的用法

打开多个仓库所在的目录下并运行

$ git standup
git standup

This will show you all your commits since the last working day in all the repositories inside.
接下来就会显示你从上一个工作日以来该目录下仓库的所有代码提交

目录深度

默认情况下脚本只会搜索当前的目录或者下一级目录,如果你想搜索更深的目录,可以使用-m进行切换

$ git standup -m 3

目录白名单

If you want to restrict the standup to some paths, you can whitelist them by adding them to a .git-standup-whitelist file. For example if you have the below directory structure
如果你想限制standup到某些路径,你可以把他们加到一个 git-standup-whitelist文件的白名单中,例如你的目录结构如下:

├── Workspace               # 你所有的仓库在这
│   ├── project-a           # 名称为project-a的git 仓库
│   ├── project-b           # 名称为project-b的git仓库
│   ├── sketch-files        # 一些草图文件
│   ├── mockups             # 一些模拟文件
│   └── ...                 # etc.
└── ...

如果你想使用git-standup仅显示project-aproject-b的log ,你可以在workspace根目录下创建一个内容为如下的.git-standup-whitelist文件,那么standup就会只把这些目录放到自己的执行范围内。

project-a
project-b

查看其他人的提交

如果你想查看其他人的提交,你可以执行:

# Considering their name on git is "John Doe"
$ git standup -a "John Doe"
git standup

查看每一个提交者都做了什么

如果你想查看每个人都提交了那些内容,你可以执行:

$ git standup -a "all"

如果你想查看n 天前的提交

If you would like to show all your/someone else's commits from n days ago, you can do
如果你想显示从 n 天前来你或者其他人的全部提交,你可以执行:

# 显示从4天前我的所有提交
$ git standup -d 4

# 显示5天前来“John Doe”的所有提交
$ git standup -a "John Doe" -d 5
git standup -d 5

Identifying Signed Commits

添加-g 标志检查GPG信息

$ git standup -g
GPG Info

指定日期格式

添加-D标志指定日期格式,默认为relative

Please note that it accepts the same format that you could pass while doing git log. For example

$ git standup -D relative
# Or instead of relative, it could be local|default|iso|iso-strict|rfc|short|raw etc

Changing the Weekdays

By default, it considers that the work week starts on Monday and ends on Friday. So if you are running this on any day between Tuesday and Friday, it will show you your commits from the last day. However, if you are running this on Monday, it will show you all your commits since Friday.

If you want to change this, like I want because here in Dubai working days are normally Sunday to Thursday, you will have to do the following

$ git standup -w "SUN-THU"

Fetch commits before showing standup

If you have many repositories that you want to generate a standup for, it may be useful to automatically run git fetch before viewing the standup.

If you would like to automatically run git fetch --all before printing the standup, you can add the -f flag, as show below

$ git standup -f

Mixing options

Of course you can mix the options together but please note that if you provide the number of days, it will override the weekdays configuration (MON-FRI) and will show you the commits specifically from n days ago.

# Show all the John Doe's commits from 5 days ago
$ git standup -a "John Doe" -d 5

Motivation

We have daily standup meetings at our workplace and I was used to checking the heat map on my Github profile or running git log (one by one in each of the projects) to note what I did and it seemed to be a bit cumbersome. To automate it, I searched and came across some of the aliases and snippets that people had been using but none of them directly served my purpose and so I spent a little time over the weekend to write this utility.

License

MIT © Kamran Ahmed

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 214,444评论 6 496
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 91,421评论 3 389
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 160,036评论 0 349
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 57,363评论 1 288
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 66,460评论 6 386
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 50,502评论 1 292
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,511评论 3 412
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 38,280评论 0 270
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,736评论 1 307
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 37,014评论 2 328
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,190评论 1 342
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,848评论 5 338
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,531评论 3 322
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,159评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,411评论 1 268
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 47,067评论 2 365
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 44,078评论 2 352

推荐阅读更多精彩内容