https://github.com/fourkitchens/dca2013-d8
D8 sandbox for DrupalCamp Austin 2013
https://github.com/fourkitchens/dca2013-d8
Last synced: over 1 year ago
JSON representation
D8 sandbox for DrupalCamp Austin 2013
- Host: GitHub
- URL: https://github.com/fourkitchens/dca2013-d8
- Owner: fourkitchens
- Created: 2013-04-20T17:21:38.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-26T16:46:20.000Z (about 13 years ago)
- Last Synced: 2025-01-07T10:20:47.568Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 55.6 MB
- Stars: 0
- Watchers: 37
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DrupalCamp Austin 2013 - Built on Drupal 8
## git remotes
If you clone this and need to update core at some point, please name that remote
```drupal``` and name this FK GitHub repo as ```origin```:
```
drupal http://git.drupal.org/project/drupal.git (fetch)
drupal http://git.drupal.org/project/drupal.git (push)
origin git@github.com:fourkitchens/dca2013.git (fetch)
origin git@github.com:fourkitchens/dca2013.git (push)
```
## git branches
This repo started out as a clone of Drupal 8.x, so there will be lots of old
branches but its safe to ignore them. Since Drupal doesn't use the ```master```
branch we will use it as our trunk just like any regular project.
Do your work in a feature branch and send a PR to pull it into ```master```