2017 © Pedro Peláez
 

library artisan-git-tools

Laravel Artisan Git Tools

image

ivanciric/artisan-git-tools

Laravel Artisan Git Tools

  • Tuesday, December 20, 2016
  • by ivanciric
  • Repository
  • 3 Watchers
  • 3 Stars
  • 61 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

Artisan GitTools

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)

The Versions

20/12 2016

dev-master

9999999-dev https://github.com/ivanciric/artisan-git-tools

Laravel Artisan Git Tools

  Sources   Download

MIT

artisangittools

26/08 2016

0.0.1

0.0.1.0 https://github.com/ivanciric/artisan-git-tools

Laravel Artisan Git Tools

  Sources   Download

MIT

artisangittools