Automate push and pull from your git remote repositories
Go to file
Michel Roux a621cd1521 Revert "Plus besoin du double git push sur la dernière version de git"
This reverts commit 6df2028322.
2014-04-09 09:12:36 +02:00
Crypt Lib Mal Foutu D: 2013-10-02 14:47:25 +02:00
File Lib Mal Foutu D: 2013-10-02 14:47:25 +02:00
Math Lib Mal Foutu D: 2013-10-02 14:47:25 +02:00
Net Lib Mal Foutu D: 2013-10-02 14:47:25 +02:00
css Fix bootstrap 2013-11-01 00:46:53 +01:00
img Paf 2013-10-16 23:20:09 +02:00
js Correction de bugs + Gestion clef SSH + Pétage de câbles 2014-01-23 21:56:14 +01:00
.gitignore Suppression du projet NB 2014-03-27 16:39:39 +01:00
README.md I hate markdown -_-" 2014-03-07 09:33:45 +01:00
ajax.php Revert "Plus besoin du double git push sur la dernière version de git" 2014-04-09 09:12:36 +02:00
config-sample.php Ajout de after_pull + after_push et changement du comportement du push (encore) 2014-04-07 09:58:06 +02:00
index.php Revert "Ajout de dev => false qui permet de cacher la fonction pour Commit et Push" 2014-02-03 17:02:15 +01:00
openssl.cnf Lib Mal Foutu D: 2013-10-02 14:47:25 +02:00
utils.php Ajout de la protection + couleurs HTML 2013-10-17 09:57:29 +02: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.

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 / Library used