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

深入浅出数据分析

深入浅出数据分析

Michael Milton / 李芳 / 电子工业出版社 / 2009 / 88.00元

《深入浅出数据分析》以类似“章回小说”的活泼形式,生动地向读者展现优秀的数据分析人员应知应会的技术:数据分析基本步骤、实验方法、最优化方法、假设检验方法、贝叶斯统计方法、主观概率法、启发法、直方图法、回归法、误差处理、相关数据库、数据整理技巧;正文以后,意犹未尽地以三篇附录介绍数据分析十大要务、R工具及ToolPak工具,在充分展现目标知识以外,为读者搭建了走向深入研究的桥梁。 本书构思跌宕......一起来看看 《深入浅出数据分析》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

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

多种字符组合密码

URL 编码/解码
URL 编码/解码

URL 编码/解码