composer

2014-07-26
阅读 3 分钟
2.4k
Composer is not a package manager. Yes, it deals with "packages" or libraries, but it manages them on a per-project basis, installing them in a directory (e.g. vendor) inside your project. By default it will never install anything globally. Thus, it is a dependency manager.

初用git

2014-07-26
阅读 2 分钟
3.4k
git config --global user.name "duandoke"git config --global user.email wangdongddk@163.com