You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 years ago | |
---|---|---|
Crypt | 7 years ago | |
File | 7 years ago | |
Math | 7 years ago | |
Net | 7 years ago | |
System | 7 years ago | |
css | 8 years ago | |
img | 9 years ago | |
js | 7 years ago | |
.gitignore | 9 years ago | |
README.md | 8 years ago | |
ajax.php | 8 years ago | |
config-sample.php | 8 years ago | |
index.php | 7 years ago | |
openssl.cnf | 7 years ago | |
utils.php | 8 years ago |
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.