Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ vignettes/*.pdf
*.utf8.md
*.knit.md

# R Environment Variables
# R [Environment]{style="color:green;"} Variables
.Renviron

# pkgdown site
Expand All @@ -51,3 +51,5 @@ po/*~
rsconnect/

/.quarto/

**/*.quarto_ipynb
26 changes: 26 additions & 0 deletions gs-uk-2025-navigating-route-to-live.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "Z Devops:<br> Navigating your route to live with Git"
# subtitle: "Theory, practice and demo"
author: ["Ian J Mitchell", "Dennis Behm"]
format:
revealjs:
theme: [dark, custom.scss]
embed-resources: true
transition: fade
footer: "Copyright &copy; 2025 IBM Corporation"
logo: "IBM_logo®_pos_blue60_RGB.png"
css: logo.css
slide-number: true
show-slide-number: all
title-slide-attributes:
data-background-image: gsuk-dark.png
---

## Agenda

- Setting the context
- Aims and Assumptions
- Recap the recommended branching strategy
- Supported workflows
- Branch usage in the route to live
- Industry-standard vs legacy approaches
3 changes: 2 additions & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ format:

# Guide Share UK - Git Branching
- [GSE UK - 2024](ukgse-2024-git-branching.qmd)
- [GSUK - 2025](ukge-2025-branching-and-building.qmd)
- [GSUK - 2025(virtual)](ukge-2025-branching-and-building.qmd)
- [GSUK -2025(inperson)](ukge-2025-navigating-route-to-live-presentation.qmd)
Binary file added static/img/2025-Nov/DH.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/2025-Nov/coverpage.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/2025-Nov/ibmzday.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/2025-Nov/mainframesoundtrack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ukge-2025-branching-and-building.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ format:
data-background-image: gsuk-dark.png
# pptx:
# title: ""
# pdf: default
pdf: default
---

## Agenda
Expand Down
Loading