updated yaml file
This commit is contained in:
parent
daa6640c1e
commit
ecd5ad458b
98
lab.yaml
98
lab.yaml
|
|
@ -1,50 +1,48 @@
|
||||||
lab:
|
title: "Git Essentials — Instruction Lab (Ubuntu 24)"
|
||||||
id: git-essentials-ubuntu24
|
version: "1.0.0"
|
||||||
title: Git Essentials in 1 Hour
|
description: "Hands-on Git lab covering installation, initialization, staging/committing, branching/merging, remotes (push/pull/diff), history inspection, undoing, and tagging. Designed for 60 minutes including overview."
|
||||||
description: "Hands-on introduction to Git covering history, installation, initialization, staging/committing, branching/merging, remotes (push/pull/diff), history inspection, undoing, and tagging."
|
overview_path: "docs/01-overview.md"
|
||||||
duration: 60m
|
|
||||||
environment:
|
sections:
|
||||||
os: ubuntu-24.04
|
title: "Instructions"
|
||||||
prerequisites:
|
items:
|
||||||
- Terminal access with sudo
|
- id: 1
|
||||||
dependencies:
|
title: "Installing Git & First-Time Git Setup"
|
||||||
- git
|
path: "docs/02-install-and-setup.md"
|
||||||
materials:
|
estimated_minutes: 10
|
||||||
workspace_dir: ~/lab-git-essentials
|
- id: 2
|
||||||
steps:
|
title: "git init & clone"
|
||||||
- id: step-01-overview
|
path: "docs/03-init-and-clone.md"
|
||||||
title: A Short History of Git & What is Git?
|
estimated_minutes: 8
|
||||||
doc: docs/01-overview.md
|
- id: 3
|
||||||
time: 5m
|
title: "git add, commit & status"
|
||||||
- id: step-02-install-setup
|
path: "docs/04-add-commit-status.md"
|
||||||
title: Installing Git & First-Time Git Setup
|
estimated_minutes: 8
|
||||||
doc: docs/02-install-and-setup.md
|
- id: 4
|
||||||
time: 10m
|
title: "git branch, checkout & merge"
|
||||||
- id: step-03-init-clone
|
path: "docs/05-branch-checkout-merge.md"
|
||||||
title: git init & clone
|
estimated_minutes: 10
|
||||||
doc: docs/03-init-and-clone.md
|
- id: 5
|
||||||
time: 8m
|
title: "git pull & push & diff"
|
||||||
- id: step-04-add-commit-status
|
path: "docs/06-pull-push-diff.md"
|
||||||
title: git add, commit & status
|
estimated_minutes: 8
|
||||||
doc: docs/04-add-commit-status.md
|
- id: 6
|
||||||
time: 8m
|
title: "Viewing the Commit History"
|
||||||
- id: step-05-branch-checkout-merge
|
path: "docs/07-view-history.md"
|
||||||
title: git branch, checkout & merge
|
estimated_minutes: 5
|
||||||
doc: docs/05-branch-checkout-merge.md
|
- id: 7
|
||||||
time: 10m
|
title: "Undoing Things"
|
||||||
- id: step-06-pull-push-diff
|
path: "docs/08-undoing-things.md"
|
||||||
title: git pull & push & diff
|
estimated_minutes: 4
|
||||||
doc: docs/06-pull-push-diff.md
|
- id: 8
|
||||||
time: 8m
|
title: "Tagging"
|
||||||
- id: step-07-history
|
path: "docs/09-tagging.md"
|
||||||
title: Viewing the Commit History
|
estimated_minutes: 2
|
||||||
doc: docs/07-view-history.md
|
|
||||||
time: 5m
|
ui:
|
||||||
- id: step-08-undo
|
default_open_section_id: 1
|
||||||
title: Undoing Things
|
show_toc: true
|
||||||
doc: docs/08-undoing-things.md
|
collapsible_sections: true
|
||||||
time: 4m
|
|
||||||
- id: step-09-tagging
|
license:
|
||||||
title: Tagging
|
path: "/LICENSE.md"
|
||||||
doc: docs/09-tagging.md
|
|
||||||
time: 2m
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue