From 7cba36598f172bd86be2a940b06132a23c7243ec Mon Sep 17 00:00:00 2001 From: Joan Puigcerver Date: Mon, 30 Mar 2026 12:18:23 +0200 Subject: [PATCH] fix images --- docs/apunts/01_introduccio/transparencies.md | 10 +++++----- docs/apunts/03_remots/transparencies_auth.md | 4 ++-- docs/apunts/03_remots/transparencies_remots.md | 12 ++++++------ docs/apunts/05_estrategies/transparencies.md | 18 +++++++++--------- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/apunts/01_introduccio/transparencies.md b/docs/apunts/01_introduccio/transparencies.md index 052d492..5e51e33 100644 --- a/docs/apunts/01_introduccio/transparencies.md +++ b/docs/apunts/01_introduccio/transparencies.md @@ -50,7 +50,7 @@ https://gitlab.com ## Estructura d'un repositori - + --- @@ -80,7 +80,7 @@ git init git add ``` - + --- @@ -90,7 +90,7 @@ git add git commit [-m ] ``` - + --- @@ -122,7 +122,7 @@ git show [ref] git diff [--staged] ``` - + --- @@ -133,7 +133,7 @@ git diff [--staged] git restore ``` - + --- diff --git a/docs/apunts/03_remots/transparencies_auth.md b/docs/apunts/03_remots/transparencies_auth.md index 053b835..5104d61 100644 --- a/docs/apunts/03_remots/transparencies_auth.md +++ b/docs/apunts/03_remots/transparencies_auth.md @@ -13,13 +13,13 @@ alias: auth-slides ## Repositori remot - + --- ## Desenvolupament distribuït - + --- diff --git a/docs/apunts/03_remots/transparencies_remots.md b/docs/apunts/03_remots/transparencies_remots.md index c9ac2a3..1993ca8 100644 --- a/docs/apunts/03_remots/transparencies_remots.md +++ b/docs/apunts/03_remots/transparencies_remots.md @@ -13,13 +13,13 @@ alias: remots-slides ## Repositori remot - + --- ## Desenvolupament distribuït - + --- @@ -32,7 +32,7 @@ git remote add origin - (_HTTPS_) Personal Access Token (PAT) - (_SSH_) Clau SSH -Repsitori Local vinculat amb un Repositori Remot +

Repsitori Local vinculat amb un Repositori Remot

--- @@ -52,7 +52,7 @@ git push [-u | --set-upstream] origin git clone [] ``` - + --- @@ -61,7 +61,7 @@ git clone [] ```bash git fetch ``` - + --- @@ -71,4 +71,4 @@ git fetch git pull [--rebase] ``` - + diff --git a/docs/apunts/05_estrategies/transparencies.md b/docs/apunts/05_estrategies/transparencies.md index 6064fb2..85582dc 100644 --- a/docs/apunts/05_estrategies/transparencies.md +++ b/docs/apunts/05_estrategies/transparencies.md @@ -31,54 +31,54 @@ alias: estrategies-slides ## Branca principal i desenvolupament -Branques main i develop +Branques main i develop --- ## Branques de funcionalitat -Branques de funcionalitat +Branques de funcionalitat --- ## `merge --no-ff` -Integració amb merge --no-ff +Integració amb merge --no-ff --- ## `rebase + merge --ff-only` -Integració amb rebase i merge --ff-only +Integració amb rebase i merge --ff-only --- ## `rebase + merge --no-ff` -Integració amb rebase i merge --no-ff +Integració amb rebase i merge --no-ff --- ## `merge --squash` -Integració amb merge --squash +Integració amb merge --squash -- ## `merge --no-ff + merge --squash` -Integració amb merge --no-ff i merge --squash +Integració amb merge --no-ff i merge --squash --- ## Branques de llançament -Branques de llançament +Branques de llançament --- ## Branques de correcció -Branques de correcció +Branques de correcció