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.
- just a private project
- Version 0.1
The main function is based on a Teminal oneliner, found on Stackoverflow.
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
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.
Not very performant for a lot of Files, because we need to wait for each Server response.