This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_talks/2014-03-01-git-flow.md

25 lines
793 B
Markdown
Raw Normal View History

2015-09-09 08:18:00 +00:00
---
2015-09-10 01:45:52 +00:00
nav: talks
2015-09-09 08:18:00 +00:00
title: Never Commit to Master - An Introduction to Git Flow
2015-09-12 07:59:49 +00:00
event:
2015-09-12 14:18:07 +00:00
name: DrupalCamp London 2014
2015-09-12 09:19:29 +00:00
website: http://2014.drupalcamplondon.co.uk
location: London, UK
2015-12-29 00:39:54 +00:00
slides: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow
2015-09-12 14:33:09 +00:00
video: https://www.youtube.com/watch?v=T-miCpHxfds
tags:
- conference
- drupalcamp
- drupalcamp-london
- git
- git-flow
2015-09-09 08:18:00 +00:00
slug: git-flow
---
2015-12-29 00:39:54 +00:00
{% block slides %}
<script async class="speakerdeck-embed" data-id="201559e0f103013198dd5a5f6f23ab67" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
{% endblock %}
{% block video %}
<iframe width="560" height="315" src="https://www.youtube.com/embed/T-miCpHxfds" frameborder="0" allowfullscreen></iframe>
{% endblock %}