File tree Expand file tree Collapse file tree 2 files changed +55
-3
lines changed
Expand file tree Collapse file tree 2 files changed +55
-3
lines changed Original file line number Diff line number Diff 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")
9294Commandline 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
1381604 . 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
Original file line number Diff line number Diff line change 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
7777
7878.pull-right[
7979
80- **Git Verbs **
80+ **Git verbs for today **
8181
8282- initialise
8383
8989
9090- pull
9191
92+ - clone
93+
9294
9395]
9496
9799Commandline 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
142164
1431654. 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
You can’t perform that action at this time.
0 commit comments