Dodaj HEAD sliki in opis delovne kopije

This commit is contained in:
Martin Vuk 2025-12-17 16:49:35 +01:00
parent 4ae864ecb3
commit 4843e5484b
4 changed files with 2348 additions and 2029 deletions

View file

@ -95,6 +95,9 @@
edge(<main>, <F>, "->", stroke: thin)
node((rel: (-2, 0), to: <E2>), [hotfix], shape: chevron, stroke: branch-color, name: <hotfix>)
edge(<hotfix>, <E2>, "->", stroke: thin)
// HEAD
node((rel: (0.5, 0), to: <E2>), [HEAD], shape:chevron.with(dir: left), stroke: blue, name: <head>)
edge(<head>, <E2>, "->", stroke: thin)
// tags
node((rel: (-1, 0), to: <E>), [v-2.0], shape: chevron, stroke: tag-color, name: <v2>)
edge(<v2>, <E>, "->", stroke: thin)
@ -120,9 +123,13 @@
edge(<tag>, <v2>, corner: right, stroke: thindotted)
edge(<tag>, <v1>, corner: left, stroke: thindotted)
// staging area
node((rel: (1, 0), to: <E3>), [#smallcaps[*Staging area*]\ #text(size: 10pt)[filesystem snapshot that will be commited in
node((rel: (1, 0), to: <E3>), [#smallcaps[*Staging area (index)*]\ #text(size: 10pt)[filesystem snapshot that will be commited in
the next commit]], stroke: thindashed, corner-radius: 10pt, width: 4.5cm, name: <stage>)
edge(<E3>, <stage>, stroke: thindotted)
// head cloud
// staging area
node((rel: (0.5, 0.5), to: <head>), [#text(blue, smallcaps[*Head*])\ #text(size: 10pt)[reference to current branch parent to the next commit]], stroke: thin, corner-radius: 10pt, width: 4.5cm, name: <head-cloud>)
edge(<head>, <head-cloud>, stroke: thindotted)
// commit
node((rel: (1, 0.5), to: <E1>), [
#text(commit-color, smallcaps[*Commit*])\ file tree snapshot with metadata in object store\