git-recallgit 操作回顾工具

联合创作 · 2023-10-01

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.
浏览 3
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报