2017 © Pedro Peláez
 

library gh

Git/GitHub tool

image

peterrehm/gh

Git/GitHub tool

  • Tuesday, June 12, 2018
  • by peterrehm
  • Repository
  • 1 Watchers
  • 0 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 9 Versions
  • 4 % Grown

The README.md

gh - GitHub/Git toolkit

This tool aims to provide support for common git/GitHub functionality and evolves from being a simple mergetool to provide handy shortcuts to frequently used commands., (*1)

gh expects an composer.json with a valid name in the git root directory. If you do not have a composer.json and you are executing GitHub related commands like the merge command you need to specify the username and the repository., (*2)

gh also expects by convention a remote with the organization name. If such does not exist gh creates one when a command needs it., (*3)

Start with, (*4)

./gh configure

to setup your GitHub token., (*5)

Afterwards use ./gh to get an overview over the available functions., (*6)

Installation

gh can be installed via composer., (*7)

    composer global require 'peterrehm/gh=dev-master'

Make sure you have defined the following export path as well:, (*8)

    export PATH=~/.composer/vendor/bin:$PATH

When using Zsh the export path in .zshrc must be updated. Also you should use the complete path instead of ~/., (*9)

The Versions

30/01 2017

dev-escape-arguments

dev-escape-arguments

Git/GitHub tool

  Sources   Download

MIT

The Requires

 

25/10 2015
18/09 2015
15/12 2014