File tree 6 files changed +88
-0
lines changed
6 files changed +88
-0
lines changed Original file line number Diff line number Diff line change
1
+ # History files
2
+ .Rhistory
3
+ .Rapp.history
4
+
5
+ # Session Data files
6
+ .RData
7
+ .RDataTmp
8
+
9
+ # User-specific files
10
+ .Ruserdata
11
+
12
+ # Example code in package build process
13
+ * -Ex.R
14
+
15
+ # Output files from R CMD build
16
+ /* .tar.gz
17
+
18
+ # Output files from R CMD check
19
+ /* .Rcheck /
20
+
21
+ # RStudio files
22
+ .Rproj.user /
23
+
24
+ # produced vignettes
25
+ vignettes /* .html
26
+ vignettes /* .pdf
27
+
28
+ # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
29
+ .httr-oauth
30
+
31
+ # knitr and R markdown default cache directories
32
+ * _cache /
33
+ /cache /
34
+
35
+ # Temporary files created by R markdown
36
+ * .utf8.md
37
+ * .knit.md
38
+
39
+ # R Environment Variables
40
+ .Renviron
41
+
42
+ # pkgdown site
43
+ docs /
44
+
45
+ # translation temp files
46
+ po /* ~
47
+
48
+ # RStudio Connect folder
49
+ rsconnect /
Original file line number Diff line number Diff line change
1
+ ### Pair-activity 1
2
+
3
+ In RStudio,
4
+
5
+ 1 . Make a copy of README.md
6
+ 2 . Rename it to <youname >.md
7
+ 3 . Add some text.
8
+ 4 . Stage and commit the added file.
9
+ 5 . Push to GitHub.
10
+
11
+ Try before watching.
12
+
13
+ [ Show me in RStudio] ( https://youtu.be/xUbxqzp7Rss ) -- [ Show me in the shell] ( https://youtu.be/tvmX41b5pTU ) -- [ Show me in jupyter-git] ( https://youtu.be/ejmkkjWJ_Es )
Original file line number Diff line number Diff line change
1
+ ### Pair-activity 2
2
+
3
+ All of this activity is in RStudio.
4
+
5
+ 1 . Clone this repo: < https://github.com/Hackweek-ITCOocean/git-basics >
6
+ 2 . Navigate to the repo, copy ` Copyme.md ` and rename to ` <yourname>.md `
7
+ 3 . Stage and then commit that new file.
8
+ 4 . Push to GitHub.
9
+ 5 . Make some more changes and push to GitHub.
10
+ 6 . Pull in your partner's (and everyone elses) changes
11
+
12
+ [ Show me in JupyterLab] ( https://youtu.be/w0ub1hBZh70 ) -- [ Show me in JupyterLab] ( https://youtu.be/w0ub1hBZh70 )
Original file line number Diff line number Diff line change
1
+ ### Pair-activity 3
2
+
3
+ You can copy your own or other people's repos^[ This is different from forking. There is no connection to the original repository.] .
4
+
5
+ 1 . In a browser, go to the GitHub repository < https://github.com/RWorkflow-Workshops/Week5 >
6
+ 2 . Copy its URL.
7
+ 3 . Navigate to your GitHub page: click your icon in the upper right and then 'your repositories'
8
+ 4 . Click the ` + ` in top right and click ` import repository ` . Paste in the URL and give your repo a name.
9
+ 5 . Use Skill #1 to clone your new repo to RStudio and create a new project
Original file line number Diff line number Diff line change
1
+ # Hi
2
+
3
+ My name is Eli.
Original file line number Diff line number Diff line change
1
+ # git-basics
2
+ a repo for the Git exercises
You can’t perform that action at this time.
0 commit comments