An open API service indexing awesome lists of open source software.

https://github.com/fadilxcoder/php-version-control

Tool use by developer to change git branches by GUI - [https://github.com/fadilxcoder/basic-bootstrap-theme.git]
https://github.com/fadilxcoder/php-version-control

notes php tools

Last synced: 5 months ago
JSON representation

Tool use by developer to change git branches by GUI - [https://github.com/fadilxcoder/basic-bootstrap-theme.git]

Awesome Lists containing this project

README

          

# Notes

- https://packagist.org/packages/czproject/git-php (Packagist)
- https://github.com/czproject/git-php (Docs)
- CMD : `composer require czproject/git-php`
- Configs in `index.php`
- Master repo : https://github.com/fadilxcoder/php-version-control/tree/master (CFS)

```
const REPO = 'C:\wamp64\www\basic-bootstrap-theme'; # Codebase repo to test
const APP_URL = 'http://localhost/basic-bootstrap-theme/'; # App URL to test
const URL = 'http://localhost/php-version-control/'; # # VCS app url
```