adoebeling/agenturtools

PHP-Shell-Toolset for web development teams, that provides a web based commit-and-push as well as a sniffer for not committed files

dev-dev 2017-05-25 15:19 UTC

This package is not auto-updated.

Last update: 2020-01-10 16:10:44 UTC


README

The Agenturtools (EN: agency tools) are a collection of tools used by 1601.communication to manage its customer git repositories.

screenshotGitSniffer_v0.2.170525.png

Tool #1: GitSniffer (beta)

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.

Installation

  • Clone this repository
    git clone git@github.com: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

Tool #2: GitCommmitter (wip)

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