Skip to content

Commit 84a3fba

Browse files
committed
.
1 parent 1d661b2 commit 84a3fba

File tree

2 files changed

+55
-3
lines changed

2 files changed

+55
-3
lines changed

git_slides.Rmd

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ knitr::include_graphics("versions_cartoon.png")
7474

7575
**Git verbs for today**
7676

77-
- initialise:
77+
- initialise
7878

7979
- add
8080

@@ -84,6 +84,8 @@ knitr::include_graphics("versions_cartoon.png")
8484

8585
- pull
8686

87+
- clone
88+
8789

8890
]
8991

@@ -92,6 +94,26 @@ knitr::include_graphics("versions_cartoon.png")
9294
Commandline Git is useful to know at some point but for personal use I like the GUI.
9395

9496

97+
---
98+
99+
# Git workflow - ﴾͡๏̯͡๏﴿
100+
101+
- Local copy (stored on your personal machine)
102+
103+
- Remote copy (stored in the cloud)
104+
- Remote copies can be private, public or shared with specific collaborators
105+
106+
107+
108+
---
109+
110+
# Git workflow - ﴾͡๏̯͡๏﴿
111+
112+
- Everything in Git can be done in the commandline
113+
114+
- Use whatever method is most effective for your workflow, today we will use a GUI
115+
116+
- A lot of Git things can be done either from your local machine or the remote repo, even some editing.
95117

96118
---
97119

@@ -137,6 +159,10 @@ Commandline Git is useful to know at some point but for personal use I like the
137159

138160
4. Push the changes to GitHub.
139161

162+
???
163+
I recommend we use the README to outline the purpose of the code to review.
164+
165+
140166

141167
---
142168

git_slides.html

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Links - \ (•◡•) /
2929

3030

31-
- [Cheatsheet](https://www.atlassian.com/git/tutorials/atlassian-git-cheatsheet)
31+
- [Cheatsheet and commandline info](https://www.atlassian.com/git/tutorials/atlassian-git-cheatsheet)
3232

3333
- [Happy git with R](https://happygitwithr.com/big-picture.html#why-git)
3434

@@ -77,7 +77,7 @@
7777

7878
.pull-right[
7979

80-
**Git Verbs**
80+
**Git verbs for today**
8181

8282
- initialise
8383

@@ -89,6 +89,8 @@
8989

9090
- pull
9191

92+
- clone
93+
9294

9395
]
9496

@@ -97,6 +99,26 @@
9799
Commandline Git is useful to know at some point but for personal use I like the GUI.
98100

99101

102+
---
103+
104+
# Git workflow - ﴾͡๏̯͡๏﴿
105+
106+
- Local copy (stored on your personal machine)
107+
108+
- Remote copy (stored in the cloud)
109+
- Remote copies can be private, public or shared with specific collaborators
110+
111+
112+
113+
---
114+
115+
# Git workflow - ﴾͡๏̯͡๏﴿
116+
117+
- Everything in Git can be done in the commandline
118+
119+
- Use whatever method is most effective for you, today we will use a GUI
120+
121+
- A lot of Git things can be done either from your local machine or the remote repo, even some editing.
100122

101123
---
102124

@@ -142,6 +164,10 @@
142164

143165
4. Push the changes to GitHub.
144166

167+
???
168+
I recommend we use the README to outline the purpose of the code to review.
169+
170+
145171

146172
---
147173

0 commit comments

Comments
 (0)