2017 © Pedro Peláez
 

library git-deploy

image

git-deploy/git-deploy

  • Wednesday, November 5, 2014
  • by Inscure
  • Repository
  • 1 Watchers
  • 0 Stars
  • 35 Installations
  • Shell
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

, (*1)

git-deploy

Bash script for better GIT application deployment., (*2)

Installation

You can download this package as an ZIP archive or use Composer to install in your PHP project., (*3)

Composer

{
    "require": {
        "git-deploy/git-deploy": "1.0.0-beta.2"
    },
    "config": {
        "bin-dir": "bin"
    }
}

Usages

You should run the script via GIT Bash or Unix terminal., (*4)

Push the current branch to a remote repository.
sh ./bin/deploy.sh
Merge the current branch into the target and push both to a remote repository.
sh ./bin/deploy.sh target
Merge the source branch into the target and push both to a remote repository.
sh ./bin/deploy.sh target source

Each command also merge origin/master into the source and/or target branch so you will have your branch up to date with production state., (*5)

The Versions

05/11 2014

dev-master

9999999-dev

  Sources   Download

MIT

04/11 2014

v1.0.0-beta.2

1.0.0.0-beta2

  Sources   Download

MIT

11/10 2014

v1.0.0-beta.1

1.0.0.0-beta1

  Sources   Download

MIT