Automate push and pull from your git remote repositories
Go to file
Michel Roux 12813725ba Update jQuery 2016-01-22 16:29:21 +01:00
Crypt Update phpseclib 2016-01-22 16:24:35 +01:00
File Update phpseclib 2016-01-22 16:24:35 +01:00
Math Update phpseclib 2016-01-22 16:24:35 +01:00
Net Update phpseclib 2016-01-22 16:24:35 +01:00
System Update phpseclib 2016-01-22 16:24:35 +01:00
css Merge branch 'feature-dev' 2014-11-24 19:27:55 +01:00
img Paf 2013-10-16 23:20:09 +02:00
js Update jQuery 2016-01-22 16:29:21 +01:00
.gitignore Suppression du projet NB 2014-03-27 16:39:39 +01:00
README.md old boostrap, old link 2015-08-13 16:12:08 +02:00
ajax.php Revert "Fix for old git versions :<" 2015-08-13 15:58:25 +02:00
config-sample.php Suppression de l'opérateur et support de rbash 2015-02-03 16:47:23 +01:00
index.php Update jQuery 2016-01-22 16:29:21 +01:00
openssl.cnf Update phpseclib 2016-01-22 16:24:35 +01:00
utils.php Delete protection script for GitLab 2014-11-13 22:15:31 +01:00

README.md

Git-Center

Automate push and pull from your git remote repositories

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.

Your git clients must be in english and at least on version 1.7.10 (or more)

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

Many thanks to / Libraries used