- 授权协议: MIT
- 开发语言: SHELL
- 操作系统: Linux
- 软件首页: https://github.com/Fakerr/git-recall
- 软件文档: https://github.com/Fakerr/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.
Microsoft Windows程序设计
佩措尔德 / 章立民 / 华中科技 / 2004-1 / 118.00元
Charles Petzold是全球最权威且知名的Windows程序设计专家,他将其最畅销Programming Microsoft Windows with C#一书加以改写,使之能完全适用于Visual Basic.NET的开发人员。这位畅销书的作家示范了如何使用Visual Basic.NET将Windows Forms的功能发挥到极致(Windows Forms是新一代的Windows程序......一起来看看 《Microsoft Windows程序设计》 这本书的介绍吧!
