Wallogit.com
2017 © Pedro Peláez
Bash script for better GIT application deployment., (*2)
You can download this package as an ZIP archive or use Composer to install in your PHP project., (*3)
{
"require": {
"git-deploy/git-deploy": "1.0.0-beta.2"
},
"config": {
"bin-dir": "bin"
}
}
You should run the script via GIT Bash or Unix terminal., (*4)
sh ./bin/deploy.sh
target and push both to a remote repository.sh ./bin/deploy.sh target
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)