The Agenturtools (EN: agency tools) are a collection of tools used by 1601.communication to manage its customer git repositories.
The GitSniffer is searching for uncommitted files (in shared development repositories). If you setup the script as cronjob it will create friendly reminders to your team, if they forgot to commit their changes.
- Clone this repository
git clone [email protected]:ADoebeling/Agenturtools.git
- Place the folder at your project in the git repository
- Add and edit your github config
cp config/github.default.php config/github.php; vi config/github.php
- Run the script
./scripts/runGitSniffer.php
The GitCommitter is a web based script to review your changes in a git repository, to commit und push these changes to Github.
Status: work in progress