Automate push and pull from your git remote repositories
Go to file
Michel Roux 8e7ec31de0 Update PHPseclib 2014-10-27 11:55:27 +01:00
Crypt Update PHPseclib 2014-10-27 11:55:27 +01:00
File Update PHPseclib 2014-10-27 11:55:27 +01:00
Math Update PHPseclib 2014-10-27 11:55:27 +01:00
Net Update PHPseclib 2014-10-27 11:55:27 +01:00
System Update PHPseclib 2014-10-27 11:55:27 +01:00
css Fix JS Safari + Fix Icone Webkit + Webkit is evil, don't use Chrome 2014-04-15 14:15:54 +02:00
img Paf 2013-10-16 23:20:09 +02:00
js Fix JS Safari + Fix Icone Webkit + Webkit is evil, don't use Chrome 2014-04-15 14:15:54 +02:00
.gitignore Suppression du projet NB 2014-03-27 16:39:39 +01:00
README.md Bold is life 2014-10-27 11:52:30 +01:00
ajax.php New dependancie : bash or shell supporting && operator 2014-10-27 11:37:09 +01: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 Fix JS Safari + Fix Icone Webkit + Webkit is evil, don't use Chrome 2014-04-15 14:15:54 +02:00
openssl.cnf Update PHPseclib 2014-10-27 11:55:27 +01:00
utils.php Ajout du force push 2014-04-14 15:02:53 +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. The git clients MUST HAVE bash or shell like him supporting && operator

Shells tested and working :

  • Bash
  • lshell
  • zsh

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