ivanciric/artisan-git-tools
Composer 安装命令:
composer require ivanciric/artisan-git-tools
包简介
Laravel Artisan Git Tools
关键字:
README 文档
README
Laravel 5.* Artisan commands with helpful Git solutions.
Note: Still in beta, use at your own risk.
Install
In composer.json file add the following in the require array:
"require": { "ivanciric/artisan-git-tools": "0.0.1" },
In config/app.php providers array, add the following line:
Hamato\ArtisanGitTools\ArtisanGitToolsServiceProvider::class,
Usage
php artisan gittools:{command}
Available commands
timetravel
- resets the remote branch to a specific commit hash
oblivion
- removes folder/file from the repository but leaves it on the local fs
统计信息
- 总下载量: 864
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-08-26