https://github.com/scorpiocoding/templates_dev
Dev
https://github.com/scorpiocoding/templates_dev
Last synced: about 2 months ago
JSON representation
Dev
- Host: GitHub
- URL: https://github.com/scorpiocoding/templates_dev
- Owner: ScorpioCoding
- License: mit
- Created: 2018-08-31T02:33:54.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2018-09-01T05:41:28.000Z (over 7 years ago)
- Last Synced: 2025-03-31T18:44:57.743Z (12 months ago)
- Language: HTML
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Templates
Read the wiki for Concept and Design
### Template github Repo's
1. Template development [dev] : https://github.com/ScorpioCoding/Templates_dev.git
2. Template publish on github pages [pub] : https://github.com/ScorpioCoding/Templates.git
==> ALL DEVELOPMENT IS DONE IN THE [dev] REPO !!
### Dev repo Branches
1. `master` - fixed branch - holds only releases
2. `dev` - fixed branch - is the main dev branch [ clone & pull request go here ]
3. `hotfix` - temp branch - for errors on the master branch [ merged to master & dev ]
4. `fix` - temp branch - for errors on the dev branch [ merged to dev only ]
5. `feature` -temp branch - for new milestones, idea's, testcases, etc. [merged to dev only]
### Git Rules for the `dev` repo
1. The `master` branch is off limits and holds only release commits.
2. The `dev` branch is the main development branch where everyone clones from and PULL requests are issued to.
3. Clone the `dev` branch and then..
-- use `$git checkout ` to switch to an allready created branch
-- use `$git checkout -b` to switch and create the new branch