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]
- Host: GitHub
- URL: https://github.com/fadilxcoder/php-version-control
- Owner: fadilxcoder
- Created: 2021-04-27T18:39:27.000Z (almost 5 years ago)
- Default Branch: packagist
- Last Pushed: 2021-07-12T16:15:33.000Z (almost 5 years ago)
- Last Synced: 2025-01-04T19:23:33.087Z (over 1 year ago)
- Topics: notes, php, tools
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```