git-recall git 操作回顾工具

程序名称:git-recall

授权协议: MIT

操作系统: Linux

开发语言: SHELL

git-recall 介绍

git-recall 是一个简单方便的工具,可轻松的让你记住你所做的 git 操作。

使用方法:

$ git recall   [-a <author name>] 
               [-d <days-ago>]
               [-f]
               [-h]
Options description:

-a - Restrict search for a specific user (use -a "all" for all users)
-d - Display commits for the last n days
-f - Fetch the latest changes
-h - Show help screen

使用示例:

$ git recall
# By default (without options), the command will display commits from yesterday and
# for the current user.
$ git recall -d 5 -a "Doge"
# The command will show all Doge's commits from 5 days ago.

$ git recall -d 5 -a "all"
# The command will show commits of all contributors from 5 days ago.
$ git recall -f
# Fetch commits beforehand.

git-recall 官网

https://github.com/Fakerr/git-recall

相关编程语言

提到 EclEmma 首先就要说到著名的 Java 覆盖测试工具...
Solex是一个WEB应用测试用的Eclipse插件。Solex可以...
Apache为我们提供了一个强大的工具 Cactus!它是一套...
Google C Testing Framework是Google公司用来在各种...
JdbcProxy 是 SourceForge 上一个开源的 Java 项目,...
Ripplet是一款负载测试工具,特征如下: 1)基于Apa...