Run prettier on all *.md files
```
prettier '{app,source}/**/**.md' --write
```
This commit is contained in:
parent
a3ceeaf0f3
commit
85a10c545b
170 changed files with 5127 additions and 2282 deletions
|
|
@ -1,17 +1,20 @@
|
|||
---
|
||||
title: Never Commit to Master - An Introduction to Git Flow
|
||||
description: An introduction to and demonstration of the Git Flow branching model.
|
||||
description:
|
||||
An introduction to and demonstration of the Git Flow branching model.
|
||||
speakerdeck:
|
||||
id: 201559e0f103013198dd5a5f6f23ab67
|
||||
ratio: '1.29456384323641'
|
||||
url: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow
|
||||
id: 201559e0f103013198dd5a5f6f23ab67
|
||||
ratio: '1.29456384323641'
|
||||
url: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow
|
||||
video:
|
||||
type: youtube
|
||||
id: T-miCpHxfds
|
||||
type: youtube
|
||||
id: T-miCpHxfds
|
||||
tags: [conference, drupalcamp, drupalcamp-london, git, git-flow]
|
||||
tweets: yes
|
||||
events:
|
||||
- event: drupalcamp_london_14
|
||||
date: 2014-03-01
|
||||
- event: drupalcamp_london_14
|
||||
date: 2014-03-01
|
||||
---
|
||||
An introduction to the Git Flow branching model and the git-flow plugin, and how I’ve used them to manage a Drupal development project.
|
||||
|
||||
An introduction to the Git Flow branching model and the git-flow plugin, and how
|
||||
I’ve used them to manage a Drupal development project.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue