Git-Center/README.md

44 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2014-03-07 08:17:37 +00:00
Git-Center
==========
Automate push and pull from your git remote repositories
2014-03-07 08:32:23 +00:00
How to use ?
----------
Copy (not rename) the config.sample.php to config.php and edit the settings to fit with your own servers.
What I need to run it ?
----------
Nothing more than a web server with PHP 5 installed.
2015-08-13 14:09:29 +00:00
**Your git clients must be in english and at least on version 1.7.10 (or more)**
2014-03-07 08:32:23 +00:00
Why ?
----------
We will take an exemple :
You have a git repo on your server and you are bored to connect on SSH in it, make a git fetch, then a git pull or git commit / push.
I understand that and this is why I create Git Center.
What it does ?
----------
Exactly what I said earlier, it connect to your server on SSH with you login and pass or SSH private key and do the usual git commands.
License
----------
[MIT-Licensed]
2015-08-13 14:11:28 +00:00
Many thanks to / Libraries used
2014-03-07 08:32:23 +00:00
----------
2014-03-07 08:33:45 +00:00
* [Bootstrap]
* [phpseclib]
2014-03-07 08:32:23 +00:00
[MIT-Licensed]:http://en.wikipedia.org/wiki/MIT_License
2015-08-13 14:12:08 +00:00
[Bootstrap]:http://getbootstrap.com/2.3.2/
2014-03-07 08:32:23 +00:00
[phpseclib]:http://phpseclib.sourceforge.net/