ivanciric / artisan-git-tools
Laravel Artisan Git Tools
Installs: 864
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 0
pkg:composer/ivanciric/artisan-git-tools
This package is auto-updated.
Last update: 2025-11-17 12:05:51 UTC
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