- 授权协议: BSD
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: https://github.com/thoughtbot/gitsh
- 软件文档: http://robots.thoughtbot.com/announcing-gitsh
软件介绍
gitsh 开始一个 git 操作的 SHELL 环境,用以替代原有命令行的操作方式,例如一般 git 的操作方式是:
$ git status $ git add -p $ git commit $ git push
而使用 gitsh 的操作方式是:
$ gitsh gitsh@ status gitsh@ add -p gitsh@ commit gitsh@ push gitsh@ :exit $
Mac 下安装:
brew tap thoughtbot/formulae brew install gitsh
Essential PHP Security
Chris Shiflett / O'Reilly Media / 2005-10-13 / USD 29.95
Being highly flexible in building dynamic, database-driven web applications makes the PHP programming language one of the most popular web development tools in use today. It also works beautifully wit......一起来看看 《Essential PHP Security》 这本书的介绍吧!
