- 授权协议: 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.
Grails权威指南
瑞切 / 张若飞 / 电子工业 / 2007-11 / 49.80元
《Grails权威指南》译自由Grails项目负责人Graeme Keith Rocher编写的《The Definitive Guide to Grails》,着重介绍了如何在Grails框架下使用Groovy语言进行敏捷的Web开发。本书详细讲解Grails开发的全部过程,包括项目构架、控制器与视图、与关系数据库之间的ORM映射,以及与Ajax和Java平台的无缝集成。同时该书也揭示了Grai......一起来看看 《Grails权威指南》 这本书的介绍吧!
