Skip to content

Latest commit

 

History

History
executable file
·
58 lines (31 loc) · 1.53 KB

README.md

File metadata and controls

executable file
·
58 lines (31 loc) · 1.53 KB

gitUp

A small PHP Applikation which compares the remote origin and the local repository (inside a few folder) and highlight if there are pull request necsessary.

About

  • just a private project
  • Version 0.1

The main function is based on a Teminal oneliner, found on Stackoverflow.

Dependencies

Installation

Get last version from github.com by following command:

git clone https://github.com/vaddi/gitup.git

or by the git url

git clone git://github.com/vaddi/gitup.git

How do I set it up?

Clone it in the Folder where you have some git Projects or change the $verzeichnis_raw var at the Top of the Document to fit your needs. Then visit the Folder in your Favorit Browser. The Folder musst be available for your Webserver.

Issues

Not very performant for a lot of Files, because we need to wait for each Server response.

Credits

  1. PHP http://php.net/
  2. git https://git-scm.com/
  3. sed http://manpages.debian.org/cgi-bin/man.cgi?format=html&query=sed
  4. cut http://manpages.debian.org/cgi-bin/man.cgi?format=html&query=cu&sektion=1
  5. Stackoverflow http://stackoverflow.com/a/25109122/5208166