git 操作回顾工具 git-recall

码农软件 · 软件分类 · Git开源工具 · 2019-11-03 20:44:26

软件介绍

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

git recall

使用方法:

$ 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.

本文地址:https://codercto.com/soft/d/18207.html

AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and

AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and

George F. Luger、William A Stubblefield / Addison Wesley / 2008-09-04 / USD 22.20

This book is designed for three primary purposes. The first is as a programming language component of a general class in Artificial Intelligence. From this viewpoint, the authors see as essential that......一起来看看 《AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and 》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

MD5 加密
MD5 加密

MD5 加密工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具