Laravel 5.* Artisan commands with helpful Git solutions., (*1)
Note: Still in beta, use at your own risk., (*2)
Install
In composer.json file add the following in the require array:, (*3)
``` bash
"require": {, (*4)
"ivanciric/artisan-git-tools": "0.0.1"
},, (*5)
In config/app.php providers array, add the following line:
Hamato\ArtisanGitTools\ArtisanGitToolsServiceProvider::class,, (*6)
## Usage
php artisan gittools:{command}, (*7)
### Available commands
timetravel, (*8)
- resets the remote branch to a specific commit hash
oblivion
```
- removes folder/file from the repository but leaves it on the local fs, (*9)