PHPackages                             git-deploy/git-deploy - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. git-deploy/git-deploy

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

git-deploy/git-deploy
=====================

v1.0.0-beta.2(11y ago)041MITShell

Since Oct 11Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Inscure/git-deploy)[ Packagist](https://packagist.org/packages/git-deploy/git-deploy)[ RSS](/packages/git-deploy-git-deploy/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

[![](https://camo.githubusercontent.com/06be87be342de74684023d108620f6ff0b79a35ac2a55871e252a9c7cbf4a098/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6769742d6465706c6f792f6769742d6465706c6f792e737667)](https://packagist.org/packages/git-deploy/git-deploy)[![](https://camo.githubusercontent.com/9764bf603003148feefb490a14d54c5a1157e7eba57b781646832cf46df9ebc7/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6769742d6465706c6f792f6769742d6465706c6f792e737667)](https://packagist.org/packages/git-deploy/git-deploy)[![](https://camo.githubusercontent.com/49cefb02ab2f4a55af2c0b553ef746567d00131e3676d2a34af5779f61723978/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6769742d6465706c6f792f6769742d6465706c6f792e737667)](https://packagist.org/packages/git-deploy/git-deploy)

git-deploy
==========

[](#git-deploy)

Bash script for better GIT application deployment.

Installation
------------

[](#installation)

You can download this package as an ZIP archive or use Composer to install in your PHP project.

#### Composer

[](#composer)

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

```

Usages
------

[](#usages)

You should run the script via GIT Bash or Unix terminal.

##### Push the current branch to a remote repository.

[](#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.

[](#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.

[](#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.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~24 days

Total

2

Last Release

4211d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a021d206f1aaa5f493cb9763ad794e8c877b46dbcff4bf7c293d326ea4b0e4b1?d=identicon)[Inscure](/maintainers/Inscure)

### Embed Badge

![Health badge](/badges/git-deploy-git-deploy/health.svg)

```
[![Health](https://phpackages.com/badges/git-deploy-git-deploy/health.svg)](https://phpackages.com/packages/git-deploy-git-deploy)
```

###  Alternatives

[deployer/deployer

Deployment Tool

11.0k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
