From 8276c238403dcfa16765608cbd881328289cc574 Mon Sep 17 00:00:00 2001 From: MariaCyborg Date: Thu, 23 Mar 2023 10:32:34 +0100 Subject: [PATCH 1/3] =?UTF-8?q?Intro=20en=20catal=C3=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git-intro.Rmd | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/git-intro.Rmd b/git-intro.Rmd index 100a0db0..31a62610 100644 --- a/git-intro.Rmd +++ b/git-intro.Rmd @@ -1,8 +1,12 @@ -# (PART) Git fundamentals {-} +# (PART) Fonaments de Git {-} -# Some Git basics {#git-intro .unnumbered} +# Alguns aspectes bàsics Git {#git-intro .unnumbered} -We've told you shockingly little about Git so far! This is by design. +Fins ara t'hem explicat sorprenentment poc sobre el Git! Això ve de sèrie. + +Pensem que utilitzar el Git en el curs de la teva feina es la manera més efectiva per a construir-te un mapa mental sobre Git. En tallers en viu, provem d'introduir les idees bàsiques més importants en el context de les nostres activitats guiades. Les persones autodidactes poden assolir el mateix a través de les guies amb "bateries incloses" vistes en seccions anteriors. :) + +Feliç git amb R We find that actual usage, in the course of your work, is the most effective way to build up a useful mental model for Git. In live workshops, we strive to introduce the most important basic ideas in the context of our guided activities. Self-learners can achieve the same by working through the "batteries included" guides earlier in the previous sections. From 259f00178077f13d9acee0d1c56e4f5017a9eac8 Mon Sep 17 00:00:00 2001 From: MariaCyborg Date: Thu, 23 Mar 2023 11:01:14 +0100 Subject: [PATCH 2/3] hem tret una frase --- git-intro.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-intro.Rmd b/git-intro.Rmd index 31a62610..245f322b 100644 --- a/git-intro.Rmd +++ b/git-intro.Rmd @@ -6,7 +6,7 @@ Fins ara t'hem explicat sorprenentment poc sobre el Git! Això ve de sèrie. Pensem que utilitzar el Git en el curs de la teva feina es la manera més efectiva per a construir-te un mapa mental sobre Git. En tallers en viu, provem d'introduir les idees bàsiques més importants en el context de les nostres activitats guiades. Les persones autodidactes poden assolir el mateix a través de les guies amb "bateries incloses" vistes en seccions anteriors. :) -Feliç git amb R + We find that actual usage, in the course of your work, is the most effective way to build up a useful mental model for Git. In live workshops, we strive to introduce the most important basic ideas in the context of our guided activities. Self-learners can achieve the same by working through the "batteries included" guides earlier in the previous sections. From c5825f9336ec22975b639b33564525dc5bfa642f Mon Sep 17 00:00:00 2001 From: MariaCyborg Date: Thu, 23 Mar 2023 11:02:42 +0100 Subject: [PATCH 3/3] =?UTF-8?q?Sobrava=20un=20par=C3=A0graf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git-intro.Rmd | 3 --- 1 file changed, 3 deletions(-) diff --git a/git-intro.Rmd b/git-intro.Rmd index 31a62610..fb1c1749 100644 --- a/git-intro.Rmd +++ b/git-intro.Rmd @@ -6,9 +6,6 @@ Fins ara t'hem explicat sorprenentment poc sobre el Git! Això ve de sèrie. Pensem que utilitzar el Git en el curs de la teva feina es la manera més efectiva per a construir-te un mapa mental sobre Git. En tallers en viu, provem d'introduir les idees bàsiques més importants en el context de les nostres activitats guiades. Les persones autodidactes poden assolir el mateix a través de les guies amb "bateries incloses" vistes en seccions anteriors. :) -Feliç git amb R - -We find that actual usage, in the course of your work, is the most effective way to build up a useful mental model for Git. In live workshops, we strive to introduce the most important basic ideas in the context of our guided activities. Self-learners can achieve the same by working through the "batteries included" guides earlier in the previous sections. However, building on this early success, now is the perfect time to explicitly define some Git vocabulary. We also want to help you link Git concepts to data science tasks and projects.