ivanciric / artisan-git-tools by ivanciric

Laravel Artisan Git Tools
861
3
4
Package Data
Maintainer Username: ivanciric
Maintainer Contact: ivan.it.office@gmail.com (Ivan Ciric)
Package Create Date: 2016-08-26
Package Last Update: 2016-12-20
Language: PHP
License: MIT
Last Refreshed: 2025-02-08 15:03:17
Package Statistics
Total Downloads: 861
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 3
Total Watchers: 4
Total Forks: 1
Total Open Issues: 0

Artisan GitTools

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