diff --git a/Other/GitHub/.DS_Store b/Other/GitHub/.DS_Store new file mode 100644 index 0000000..62109ab Binary files /dev/null and b/Other/GitHub/.DS_Store differ diff --git a/Other/GitHub/1_WhatWhyWelcome/.DS_Store b/Other/GitHub/1_WhatWhyWelcome/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/Other/GitHub/1_WhatWhyWelcome/.DS_Store differ diff --git a/Other/GitHub/1_WhatWhyWelcome/1.md b/Other/GitHub/1_WhatWhyWelcome/1.md new file mode 100644 index 0000000..9fc439a --- /dev/null +++ b/Other/GitHub/1_WhatWhyWelcome/1.md @@ -0,0 +1,10 @@ +**Type of Slide**: title slide + +Title: **Github: What, Why, & Welcome** + +Text: + +* *Friendly Github Workshop* +* *July 2018 - Turing Institute, London, UK* + +Please see first slide of presentation for images \ No newline at end of file diff --git a/Other/GitHub/1_WhatWhyWelcome/10.md b/Other/GitHub/1_WhatWhyWelcome/10.md new file mode 100644 index 0000000..6a8d13b --- /dev/null +++ b/Other/GitHub/1_WhatWhyWelcome/10.md @@ -0,0 +1,12 @@ +**Type of Slide**: text + img + +Title: Congratulations! (with party hat emoji) + +Text: + +* Know what is version control and GitHub +* Know the difference between Git and GitHub +* Created a new repository + +Images: Please see presentation slide 10 + diff --git a/Other/GitHub/1_WhatWhyWelcome/11.md b/Other/GitHub/1_WhatWhyWelcome/11.md new file mode 100644 index 0000000..738f9e5 --- /dev/null +++ b/Other/GitHub/1_WhatWhyWelcome/11.md @@ -0,0 +1,9 @@ +**Type of Slide**: centered text + +Title: Learning Objectives + +Text: + +* Explain the different Git/GitHub terms +* Use these commands online in GitHub + diff --git a/Other/GitHub/1_WhatWhyWelcome/12.md b/Other/GitHub/1_WhatWhyWelcome/12.md new file mode 100644 index 0000000..2a2174e --- /dev/null +++ b/Other/GitHub/1_WhatWhyWelcome/12.md @@ -0,0 +1,24 @@ +**Type of Slide**: text + img + +Title: Git/GitHub Terms (1) + +Text: + +* **Repository (Repo)** + + * a project where all your files are, online or on your computer + +* **Commit** + + * saving a version of file(s) + + * >git add README.md (put > before this line) + + * >git commit -m ‘My first commit’** (put > before this line) + + * **Issues** + + * to-do list of tasks, bugs and things you wish to accomplish + +Images: Please see presentation slide 12 + diff --git a/Other/GitHub/1_WhatWhyWelcome/13.md b/Other/GitHub/1_WhatWhyWelcome/13.md new file mode 100644 index 0000000..66a604f --- /dev/null +++ b/Other/GitHub/1_WhatWhyWelcome/13.md @@ -0,0 +1,15 @@ +**Type of Slide**: text + img + +Title: Git/GitHub Terms (2) + +Text: + +* **Branch** + * Copy of your project +* **Pull request** + * request to add your changes from a branch back into master +* **Merge** + * act of incorporating new changes (commits) from one branch to another + +Images: Please see presentation slide 13 + diff --git a/Other/GitHub/1_WhatWhyWelcome/14.md b/Other/GitHub/1_WhatWhyWelcome/14.md new file mode 100644 index 0000000..9086859 --- /dev/null +++ b/Other/GitHub/1_WhatWhyWelcome/14.md @@ -0,0 +1,18 @@ +**Type of Slide**: text + img + +Small Title: *Exercise* + +Title: My first repo + +Text: + +* **https://kirstiejane.github.io/friendly-github-intro/exercises/my-first-repo/** +* Steps 4 to the end. + * Commit + * Issue + * Branch + * Pull request + * Merge + +Images: Please see presentation slide 14 (some text has image with it) + diff --git a/Other/GitHub/1_WhatWhyWelcome/15.md b/Other/GitHub/1_WhatWhyWelcome/15.md new file mode 100644 index 0000000..3dddd59 --- /dev/null +++ b/Other/GitHub/1_WhatWhyWelcome/15.md @@ -0,0 +1,18 @@ +**Type of Slide**: center img outline + +Title: Congratulations! (with party hat emoji) + +Text: + +* Know what is +* *Commit* +* *Issue* +* *Branch* +* *Pull request* +* *Merge* +* Use these commands in a repository online in GitHub + +Images: Please see presentation slide 15 + +Note: most text has an associated image with it (see slide 15) + diff --git a/Other/GitHub/1_WhatWhyWelcome/16.md b/Other/GitHub/1_WhatWhyWelcome/16.md new file mode 100644 index 0000000..47e1fa5 --- /dev/null +++ b/Other/GitHub/1_WhatWhyWelcome/16.md @@ -0,0 +1,17 @@ +**Type of Slide**: text + img + +Title: Git/GitHub Terms (3) + +Text: + +* **Fork** + * make a copy of someone else repository +* **Pull request** + * request to add your changes into a forked repository +* **Clone** + * copy a repository onto your local computer +* **Download Zip** + * download the content of a repository + +Images: Please see presentation slide 16 + diff --git a/Other/GitHub/1_WhatWhyWelcome/17.md b/Other/GitHub/1_WhatWhyWelcome/17.md new file mode 100644 index 0000000..53cd6d0 --- /dev/null +++ b/Other/GitHub/1_WhatWhyWelcome/17.md @@ -0,0 +1,16 @@ +**Type of Slide**: center image outline + +Title: N/A + +Text Boxes: + +* Create & manage “**Issues**” +* Your default **branch** is “master” - but you can switch or add branches here +* The “README.md” is automatically rendered when you visit a repo +* **Pull Request** to add your changes into forked repo +* **Fork** this repo +* **Clone** to your computer from the web using GitHub Desktop or git command +* **Download Zip** to download the zipped repo onto your computer + +Image: Please see presentation slide 17. There are text boxes pointing to parts of the image (text above) + diff --git a/Other/GitHub/1_WhatWhyWelcome/18.md b/Other/GitHub/1_WhatWhyWelcome/18.md new file mode 100644 index 0000000..9aa8d8c --- /dev/null +++ b/Other/GitHub/1_WhatWhyWelcome/18.md @@ -0,0 +1,10 @@ +**Type of Slide**: centered text + +Title: Glossary & Questions + +Text: + +* Don’t worry if you haven’t gotten [**all the terms**](https://raw.githubusercontent.com/datachampcam/friendly-github-intro/gh-pages/glossary.md) yet - we’ll give you time to play more and clarify any questions. + +Image: Please see presentation slide 18 + diff --git a/Other/GitHub/1_WhatWhyWelcome/19.md b/Other/GitHub/1_WhatWhyWelcome/19.md new file mode 100644 index 0000000..d697f91 --- /dev/null +++ b/Other/GitHub/1_WhatWhyWelcome/19.md @@ -0,0 +1,11 @@ +**Type of Slide**: center img large + +Title: n/a + +Text: + +* Happy Making! +* Thanks! + +Image: Please see presentation slide 19 (insert image between text) + diff --git a/Other/GitHub/1_WhatWhyWelcome/2.md b/Other/GitHub/1_WhatWhyWelcome/2.md new file mode 100644 index 0000000..e3bb0fd --- /dev/null +++ b/Other/GitHub/1_WhatWhyWelcome/2.md @@ -0,0 +1,9 @@ +**Type of Slide**: side text + +Title: Learning Objectives + +Text: + +* Define version control +* Recall why version control is crucial for research and not just for programmers +* Tell the differences between git and GitHubCreate your first GitHub Project \ No newline at end of file diff --git a/Other/GitHub/1_WhatWhyWelcome/3.md b/Other/GitHub/1_WhatWhyWelcome/3.md new file mode 100644 index 0000000..969ec2c --- /dev/null +++ b/Other/GitHub/1_WhatWhyWelcome/3.md @@ -0,0 +1,17 @@ +**Type of Slide**: text + img + +Title: Version Control + +Text: + +* Management of **changes**, called **revisions** to any types of information +* Simple file versioning add v1.0, v1.1, … to filenames +* Simple tools: Google Drive, Dropbox...Advanced tools: subversion and git +* **Revision:** Change associated with a **timestamp** and the **person** making the change +* **Benefits:** + * Go back to previous versions + * Store history of changes + * Collaborate with others + +Images: Please see presentation slide 3 + diff --git a/Other/GitHub/1_WhatWhyWelcome/4.md b/Other/GitHub/1_WhatWhyWelcome/4.md new file mode 100644 index 0000000..9c7de7a --- /dev/null +++ b/Other/GitHub/1_WhatWhyWelcome/4.md @@ -0,0 +1,11 @@ +**Type of Slide**: left img + text + +Title: Git - a Distributed Version Control System + +Text: + +* “Git allows groups of people to work on the same documents at the same time, and without stepping on each other's toes.”https://try.github.io/levels/1/challenges/1 +* You might enjoy the git parable:http://tom.preston-werner.com/2009/05/19/the-git-parable.html + +Images: Please see presentation slide 4 + diff --git a/Other/GitHub/1_WhatWhyWelcome/5.md b/Other/GitHub/1_WhatWhyWelcome/5.md new file mode 100644 index 0000000..62d5cc6 --- /dev/null +++ b/Other/GitHub/1_WhatWhyWelcome/5.md @@ -0,0 +1,17 @@ +**Type of Slide**: centered text + +Title: GitHub is an online service + +Text: + +* hosts your repositories (projects) +* helps you work with contributors/collaborators +* web interface for version control +* **Interfaces to GitHub** + * **directly online** + * **with the Github Desktop App** + * via the command line using ‘git’ + * via RStudio for R fans (ask Mark about this later if you’re interested...) + +Images: Please see presentation slide 5 + diff --git a/Other/GitHub/1_WhatWhyWelcome/6.md b/Other/GitHub/1_WhatWhyWelcome/6.md new file mode 100644 index 0000000..8508613 --- /dev/null +++ b/Other/GitHub/1_WhatWhyWelcome/6.md @@ -0,0 +1,14 @@ +**Type of Slide**: left img + text + +Title: Examples of GitHub magic + +Text: + +* http://stat545.com/ +* http://katiekowalsky.me/portfolio/ +* http://rik.smith-unna.com/phd/thesis.html +* http://mozillascience.github.io/leadership-training/ +* http://population.io/ + +Images: Please see presentation slide 6 + diff --git a/Other/GitHub/1_WhatWhyWelcome/7.md b/Other/GitHub/1_WhatWhyWelcome/7.md new file mode 100644 index 0000000..434f054 --- /dev/null +++ b/Other/GitHub/1_WhatWhyWelcome/7.md @@ -0,0 +1,6 @@ +**Type of Slide**: center image outline + +Title: Our GitHub project + +Image: Please see presentation slide 6 + diff --git a/Other/GitHub/1_WhatWhyWelcome/8.md b/Other/GitHub/1_WhatWhyWelcome/8.md new file mode 100644 index 0000000..efc0849 --- /dev/null +++ b/Other/GitHub/1_WhatWhyWelcome/8.md @@ -0,0 +1,10 @@ +**Type of Slide**: text + img + +Title: Sign-in + +Text: + +* https://github.com/login + +Images: Please see presentation slide 8 + diff --git a/Other/GitHub/1_WhatWhyWelcome/9.md b/Other/GitHub/1_WhatWhyWelcome/9.md new file mode 100644 index 0000000..1be4547 --- /dev/null +++ b/Other/GitHub/1_WhatWhyWelcome/9.md @@ -0,0 +1,16 @@ +**Type of Slide**: text + img + +Small title: *Exercise* + +Large title: My first repo + + + +Text: + +* **https://kirstiejane.github.io/friendly-github-intro/exercises/my-first-repo/** + + **Steps 2 & 3.** Create a new repository. + +Images: Please see presentation slide 9 + diff --git a/Other/GitHub/2_CollaborativelyWorking/.DS_Store b/Other/GitHub/2_CollaborativelyWorking/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/Other/GitHub/2_CollaborativelyWorking/.DS_Store differ diff --git a/Other/GitHub/2_CollaborativelyWorking/1.md b/Other/GitHub/2_CollaborativelyWorking/1.md new file mode 100644 index 0000000..92e489b --- /dev/null +++ b/Other/GitHub/2_CollaborativelyWorking/1.md @@ -0,0 +1,10 @@ +**Type of Slide**: title slide + +Title: Collaborating with GitHub + +Text: + +* *Friendly Github Workshop* +* *July 2018 - Turing Institute, London, UK* + +Please see first slide of presentation for images \ No newline at end of file diff --git a/Other/GitHub/2_CollaborativelyWorking/10.md b/Other/GitHub/2_CollaborativelyWorking/10.md new file mode 100644 index 0000000..0f3a5cd --- /dev/null +++ b/Other/GitHub/2_CollaborativelyWorking/10.md @@ -0,0 +1,14 @@ +**Type of Slide**: centered text + +Title: \2. Fork + Pull Request + +Text: + +* 2. If you don’t own a repo and aren’t an official collaborator: + + * you will **fork a repo** - mmm yummy + * work on your forked copy of the repo + * in order to get your changes pulled into the original repo → **make a pull request** for the changes you’ve made + * the author/owner of the original repo will determine if your changes are cool → and merge them in. + * Make friends + Big party! + diff --git a/Other/GitHub/2_CollaborativelyWorking/11.md b/Other/GitHub/2_CollaborativelyWorking/11.md new file mode 100644 index 0000000..1af2675 --- /dev/null +++ b/Other/GitHub/2_CollaborativelyWorking/11.md @@ -0,0 +1,4 @@ +**Type of Slide**: center image outline + +Image: Please see presentation slide 11 + diff --git a/Other/GitHub/2_CollaborativelyWorking/12.md b/Other/GitHub/2_CollaborativelyWorking/12.md new file mode 100644 index 0000000..d24518a --- /dev/null +++ b/Other/GitHub/2_CollaborativelyWorking/12.md @@ -0,0 +1,4 @@ +**Type of Slide**: center image outline + +Image: Please see presentation slide 12 + diff --git a/Other/GitHub/2_CollaborativelyWorking/13.md b/Other/GitHub/2_CollaborativelyWorking/13.md new file mode 100644 index 0000000..749bf2e --- /dev/null +++ b/Other/GitHub/2_CollaborativelyWorking/13.md @@ -0,0 +1,4 @@ +**Type of Slide**: center image outline + +Image: Please see presentation slide 13 + diff --git a/Other/GitHub/2_CollaborativelyWorking/14.md b/Other/GitHub/2_CollaborativelyWorking/14.md new file mode 100644 index 0000000..4c02c2a --- /dev/null +++ b/Other/GitHub/2_CollaborativelyWorking/14.md @@ -0,0 +1,3 @@ +**Type of Slide**: main point + +Title: Github & Markdown \ No newline at end of file diff --git a/Other/GitHub/2_CollaborativelyWorking/15.md b/Other/GitHub/2_CollaborativelyWorking/15.md new file mode 100644 index 0000000..95c264d --- /dev/null +++ b/Other/GitHub/2_CollaborativelyWorking/15.md @@ -0,0 +1,10 @@ +**Type of Slide**: text + img + +Title: Markdown: what’s that? + +Text: + +* Markdown is a simple text “markup” language made for quickly writing formatted text - great for blogging, documentation, and even writing papers. If you can make an emoji, you can write markdown! + +Images: Please see presentation slide 15 + diff --git a/Other/GitHub/2_CollaborativelyWorking/16.md b/Other/GitHub/2_CollaborativelyWorking/16.md new file mode 100644 index 0000000..4169e0b --- /dev/null +++ b/Other/GitHub/2_CollaborativelyWorking/16.md @@ -0,0 +1,11 @@ +**Type of Slide**: centered text + +Title: n/a + +Text: + +* Markdown is important because GitHub automatically renders anything written in Markdown. This can be specific files (eg: README), or your comments on pull requests and issues. +* Some useful resources: + * https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet + * [https://www.webpagefx.com/tools/emoji-cheat-sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet/) + diff --git a/Other/GitHub/2_CollaborativelyWorking/17.md b/Other/GitHub/2_CollaborativelyWorking/17.md new file mode 100644 index 0000000..5c3c427 --- /dev/null +++ b/Other/GitHub/2_CollaborativelyWorking/17.md @@ -0,0 +1,11 @@ +**Type of Slide**: centered text + +Title: *Exercise: My first pull request!* + +Text: + +* *Work in pairs to edit a file in your partner's GitHub repository using a pull request. (And vice versa.)* +* Course website: [**https://kirstiejane.github.io/friendly-github-intro**](https://kirstiejane.github.io/friendly-github-intro) + +Images: Please see presentation slide 17 + diff --git a/Other/GitHub/2_CollaborativelyWorking/2.md b/Other/GitHub/2_CollaborativelyWorking/2.md new file mode 100644 index 0000000..9fccbe9 --- /dev/null +++ b/Other/GitHub/2_CollaborativelyWorking/2.md @@ -0,0 +1,3 @@ +**Type of Slide**: main point + +Title: Two Main Workflows \ No newline at end of file diff --git a/Other/GitHub/2_CollaborativelyWorking/3.md b/Other/GitHub/2_CollaborativelyWorking/3.md new file mode 100644 index 0000000..3175b9d --- /dev/null +++ b/Other/GitHub/2_CollaborativelyWorking/3.md @@ -0,0 +1,12 @@ +**Type of Slide**: centered text + +Title: 1. Add collaborators + +Text: + +* 1. As the **owner** of a repo you: + + * **add** people as **collaborators** + * each collaborator can read/write files in the repo + * each collaborator is adding files and other content → making branches → and either directly merging changes in or via pull requests + diff --git a/Other/GitHub/2_CollaborativelyWorking/4.md b/Other/GitHub/2_CollaborativelyWorking/4.md new file mode 100644 index 0000000..2f0eb72 --- /dev/null +++ b/Other/GitHub/2_CollaborativelyWorking/4.md @@ -0,0 +1,8 @@ +**Type of Slide**: center image outline + +Text box: + +* Settings - add collaborators here + +Image: Please see presentation slide 4 + diff --git a/Other/GitHub/2_CollaborativelyWorking/5.md b/Other/GitHub/2_CollaborativelyWorking/5.md new file mode 100644 index 0000000..93df60b --- /dev/null +++ b/Other/GitHub/2_CollaborativelyWorking/5.md @@ -0,0 +1,8 @@ +**Type of Slide**: center image outline + +Text box: + +* Click here + +Image: Please see presentation slide 5 + diff --git a/Other/GitHub/2_CollaborativelyWorking/6.md b/Other/GitHub/2_CollaborativelyWorking/6.md new file mode 100644 index 0000000..af85e65 --- /dev/null +++ b/Other/GitHub/2_CollaborativelyWorking/6.md @@ -0,0 +1,8 @@ +**Type of Slide**: center image outline + +Text box: + +* Add collaborator’s name here + +Image: Please see presentation slide 6 + diff --git a/Other/GitHub/2_CollaborativelyWorking/7.md b/Other/GitHub/2_CollaborativelyWorking/7.md new file mode 100644 index 0000000..e919ad0 --- /dev/null +++ b/Other/GitHub/2_CollaborativelyWorking/7.md @@ -0,0 +1,12 @@ +**Type of Slide**: centered text + +Title: Why and When would I add collaborators? + +Text: + +* You’re building a website and you have a team of trusted teammates. +* You’re writing a paper and multiple people will be writing and editing. +* You’re developing a new course and multiple people are developing content. +* You are doing an analysis and need your collaborator to do a code review. +* etc... + diff --git a/Other/GitHub/2_CollaborativelyWorking/8.md b/Other/GitHub/2_CollaborativelyWorking/8.md new file mode 100644 index 0000000..d74ee7a --- /dev/null +++ b/Other/GitHub/2_CollaborativelyWorking/8.md @@ -0,0 +1,4 @@ +**Type of Slide**: center image outline + +Image: Please see presentation slide 8 + diff --git a/Other/GitHub/2_CollaborativelyWorking/9.md b/Other/GitHub/2_CollaborativelyWorking/9.md new file mode 100644 index 0000000..009c62d --- /dev/null +++ b/Other/GitHub/2_CollaborativelyWorking/9.md @@ -0,0 +1,3 @@ +**Type of Slide**: main point + +Title: *You add collaborators when they are a core part of your team!* \ No newline at end of file diff --git a/Other/GitHub/3_LocallyWorking/1.md b/Other/GitHub/3_LocallyWorking/1.md new file mode 100644 index 0000000..fab6fe5 --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/1.md @@ -0,0 +1,10 @@ +**Type of Slide**: title slide + +Title: GitHub Desktop Essentials + +Text: + +* *Friendly Github Workshop* +* *July 2017 - Turing Institute, London, UK* + +Please see first slide of presentation for images \ No newline at end of file diff --git a/Other/GitHub/3_LocallyWorking/10.md b/Other/GitHub/3_LocallyWorking/10.md new file mode 100644 index 0000000..21b8199 --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/10.md @@ -0,0 +1,15 @@ +**Type of Slide**: img + text + +Title: GitHub Desktop + +Text: + +* Branches (in pink text) (to the right of the picture) +* Repositories (in blue text) (bottom of picture) +* When opening the repo folder on your computer, it opens it with the branch showed in the GitHub Desktop! + +Image: Please see presentation slide 10 (each of the text is associated with the image which has a box around the part the text is referring to). The picture is a screenshot of GitHub Desktop + +* Image has text boxes pointing to associated parts which say the following + * Text box #1: **Add** a new branch + * Text box #2: **Choose** branches \ No newline at end of file diff --git a/Other/GitHub/3_LocallyWorking/11.md b/Other/GitHub/3_LocallyWorking/11.md new file mode 100644 index 0000000..14c7324 --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/11.md @@ -0,0 +1,43 @@ +**Type of Slide**: comparison left right + +Title: Using the command line + +Text: + +* (On the left side, keep > there but not /) + + * /> git command arguments + + + + * /> git **clone** repo + + + + * /> git **status** + + * /> git **add** changed_file + + * /> git **commit** -m “message” + + * /> git **push** + +* (On right side, keep > there but not /) + + * /> git **checkout** -b cmd-line-branch + * /> git **branch** + * /> git **push** origin cmd-line-branch + + + + * /> git **checkout** master + * /> git **branch** + * /> git **merge** cmd-line-branch + * /> git **push** + + + + * /> git **log** + * /> git **revert** commit_id + * /> git **push** + diff --git a/Other/GitHub/3_LocallyWorking/12.md b/Other/GitHub/3_LocallyWorking/12.md new file mode 100644 index 0000000..6cfff93 --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/12.md @@ -0,0 +1,14 @@ +**Type of Slide**: centered text + +Title: Example workflow + +Text (each bullet point is in its own text box. Behind these text boxes there is an arrow with tail at top and head at bottom): + +* **Clone** a repo from GitHub +* **Commit and publish** a change +* **Create** a branch +* **Merge** changes to master branch +* **Revert** a commit + + + diff --git a/Other/GitHub/3_LocallyWorking/13.md b/Other/GitHub/3_LocallyWorking/13.md new file mode 100644 index 0000000..0f7d4d9 --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/13.md @@ -0,0 +1,16 @@ +**Type of Slide**: img + text + +Title: GitHub Desktop + +Text: + +* Clone repo (in orange text) (to the right of the picture) +* /> git **clone** https://github.com/pajanne/friendly-collab-party.git +* 1. Choose the repository you want to copy onto your local computer +* 2. Click ‘Clone’ +* 3. Choose a location on your local computer + +Image: Please see presentation slide 13 (each of the text is associated with the image which has a box around the part the text is referring to). The picture is a screenshot of GitHub Desktop + +* Image has text boxes pointing to associated parts which say the following + * Text box #1: **Clone** from GitHub \ No newline at end of file diff --git a/Other/GitHub/3_LocallyWorking/14.md b/Other/GitHub/3_LocallyWorking/14.md new file mode 100644 index 0000000..d42d7e0 --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/14.md @@ -0,0 +1,15 @@ +**Type of Slide**: img + text + +Title: GitHub Desktop + +Text: + +* Commit and sync (in orange text) (to the right of the picture) +* Add your changes to your repo locally +* Write a helpful message +* Commit & Sync + +Image: Please see presentation slide 14 (each of the text is associated with the image which has a box around the part the text is referring to). The picture is a screenshot of GitHub Desktop + +* Image has text boxes pointing to associated parts which say the following + * Text box #1: **Commit and publish** a change \ No newline at end of file diff --git a/Other/GitHub/3_LocallyWorking/15.md b/Other/GitHub/3_LocallyWorking/15.md new file mode 100644 index 0000000..c873278 --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/15.md @@ -0,0 +1,22 @@ +**Type of Slide**: img + text + +Title: GitHub Desktop + +Text: + +* Commit & Push (in orange text) (to the right of the picture) +* Add your changes to your repo locally +* Write a helpful message +* Commit & Push +* (The following lines are below the picture, has the >, but not the /) + * /> git **status** + * /> git **add** README.md + * /> git **commit** -m 'Add code of conduct section' + * /> git **push** + +Image: Please see presentation slide 15 (each of the text is associated with the image which has a box around the part the text is referring to). The picture is a screenshot of the terminal + +* Image has text boxes pointing to associated parts which say the following + * Text box #1: **Add** a change + * Text box #2: **Commit and** **publish** a change + diff --git a/Other/GitHub/3_LocallyWorking/16.md b/Other/GitHub/3_LocallyWorking/16.md new file mode 100644 index 0000000..5320daf --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/16.md @@ -0,0 +1,21 @@ +**Type of Slide**: img + text + +Title: GitHub Desktop + +Text: + +* Commit & Publish (in orange text) (to the right of the picture) +* Create a branch +* Add your changes to your repo locally, you are now working in your newly created branch! +* Commit & Publish +* (The following lines are at the bottom right of the picture, has the >, but not the /) + * /> git **checkout** -b cmd-line-branch + * /> git **branch** + * /> git **push** origin cmd-line-branch + +Image: Please see presentation slide 16 (each of the text is associated with the image which has a box around the part the text is referring to). + +* Image has text boxes pointing to associated parts which say the following + * Text box #1: **Create** a branch + * Text box #2: **Commit and publish** a change + diff --git a/Other/GitHub/3_LocallyWorking/17.md b/Other/GitHub/3_LocallyWorking/17.md new file mode 100644 index 0000000..5eba15e --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/17.md @@ -0,0 +1,21 @@ +**Type of Slide**: img + text + +Title: GitHub Desktop + +Text: + +* Compare Update & Sync (in orange text at the right of the picture) +* (The following lines are at the bottom right of the picture, has the >, but not the /) + * /> git **checkout** master + * /> git **branch** + * /> git **merge** cmd-line-branch + * /> git **push** + +Images: Please see presentation slide 17 (each of the text is associated with the image which has a box around the part the text is referring to). + +* Image has text boxes pointing to associated parts which say the following + * All of the following is in one text box + * **Merge** changes to master branch + * **Compare**, + * Select the branch and **Update** and **Sync** + diff --git a/Other/GitHub/3_LocallyWorking/18.md b/Other/GitHub/3_LocallyWorking/18.md new file mode 100644 index 0000000..285e377 --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/18.md @@ -0,0 +1,20 @@ +**Type of Slide**: img + text + +Title: GitHub Desktop + +Text: + +* Revert (in orange text at the right of the picture) +* Go to history +* Select the commit you wish to revert +* Revert it +* (The following lines are at the bottom right of the picture, has the >, but not the /) + * /> git **log** + * /> git **revert** a45fbb326d83acb42f6521c6fed2cb5c0e8a3018 + * /> git **push** + +Images: Please see presentation slide 18 (each of the text is associated with the image which has a box around the part the text is referring to). + +* Image has text boxes pointing to associated parts which say the following + * Text box #1: **Revert** a commit + diff --git a/Other/GitHub/3_LocallyWorking/19.md b/Other/GitHub/3_LocallyWorking/19.md new file mode 100644 index 0000000..0c4f202 --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/19.md @@ -0,0 +1,13 @@ +**Type of Slide**: left img + text + +Small title at top: *Exercise* + +Title: Working Locally + +Text: + +* *Use GitHub Desktop App to copy your online repo locally* +* Course website: [**https://kirstiejane.github.io/friendly-github-intro**](https://kirstiejane.github.io/friendly-github-intro) + +Images: Please see presentation slide 19 + diff --git a/Other/GitHub/3_LocallyWorking/2.md b/Other/GitHub/3_LocallyWorking/2.md new file mode 100644 index 0000000..0515f47 --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/2.md @@ -0,0 +1,12 @@ +**Type of Slide**: centered text + +Title: Desktop Essentials + +Text: + +* Need files on your local computer (or compute cluster) + * Edit using local tools + * Run software on your machine + * Synchronise among several computers via GitHub +* GitHub Desktop provides GUI +* Git provides command line (no GUI on Linux) diff --git a/Other/GitHub/3_LocallyWorking/20.md b/Other/GitHub/3_LocallyWorking/20.md new file mode 100644 index 0000000..d697f91 --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/20.md @@ -0,0 +1,11 @@ +**Type of Slide**: center img large + +Title: n/a + +Text: + +* Happy Making! +* Thanks! + +Image: Please see presentation slide 19 (insert image between text) + diff --git a/Other/GitHub/3_LocallyWorking/3.md b/Other/GitHub/3_LocallyWorking/3.md new file mode 100644 index 0000000..2b9dba0 --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/3.md @@ -0,0 +1,7 @@ +**Type of Slide**: center image outline + +Title: GitHub, Your Repo, Your Working Files + +Please note that this whole slide is a diagram of merging, pushing, committing, cloning/pushing etc. + +Image: Please see presentation slide 3 \ No newline at end of file diff --git a/Other/GitHub/3_LocallyWorking/4.md b/Other/GitHub/3_LocallyWorking/4.md new file mode 100644 index 0000000..09887ab --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/4.md @@ -0,0 +1,5 @@ +**Type of Slide**: center image outline + +Title: Install GitHub Desktop locally (Mac, Windows) + +Image: Please see presentation slide 4 (no text) \ No newline at end of file diff --git a/Other/GitHub/3_LocallyWorking/5.md b/Other/GitHub/3_LocallyWorking/5.md new file mode 100644 index 0000000..767eeec --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/5.md @@ -0,0 +1,5 @@ +**Type of Slide**: center image outline + +Title: Get Atom to edit your files locally + +Image: Please see presentation slide 5 (no text) \ No newline at end of file diff --git a/Other/GitHub/3_LocallyWorking/6.md b/Other/GitHub/3_LocallyWorking/6.md new file mode 100644 index 0000000..b2ea4cf --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/6.md @@ -0,0 +1,11 @@ +**Type of Slide**: img + text + +Title: GitHub Desktop + +Text: + +* changes (in green text) (to the right of the picture) +* timeline (in purple text) (to the right of the picture) +* repositories (in blue text) (below picture) + +Image: Please see presentation slide 6 (each of the text is associated with the image which has a box around the part the text is referring to) The picture is a screenshot of GitHub Desktop \ No newline at end of file diff --git a/Other/GitHub/3_LocallyWorking/7.md b/Other/GitHub/3_LocallyWorking/7.md new file mode 100644 index 0000000..26aeb2c --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/7.md @@ -0,0 +1,15 @@ +**Type of Slide**: img + text + +Title: GitHub Desktop + +Subtitle: Uncommitted Changes + +Text: + +* changes (in orange text) (to the right of the picture) +* timeline (in purple text) (to right of picture) +* repositories (in blue text) (under picture) +* changes (in orange text) (under the picture) +* differences for each file (in orange) (under the picture) + +Image: Please see presentation slide 7 (each of the text is associated with the image which has a box around the part the text is referring to). The picture is a screenshot of GitHub Desktop \ No newline at end of file diff --git a/Other/GitHub/3_LocallyWorking/8.md b/Other/GitHub/3_LocallyWorking/8.md new file mode 100644 index 0000000..b99db45 --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/8.md @@ -0,0 +1,15 @@ +**Type of Slide**: img + text + +Title: GitHub Desktop + +Subtitle: History of commits + +Text: + +* history (in light blue text) (to the right of the picture) +* timeline (in purple text) (to right of picture) +* repositories (in blue text) (under picture) +* history of commits (in light blue text) (under the picture) +* changes per commit (in light blue) (under the picture) + +Image: Please see presentation slide 8 (each of the text is associated with the image which has a box around the part the text is referring to). The picture is a screenshot of GitHub Desktop \ No newline at end of file diff --git a/Other/GitHub/3_LocallyWorking/9.md b/Other/GitHub/3_LocallyWorking/9.md new file mode 100644 index 0000000..c060c60 --- /dev/null +++ b/Other/GitHub/3_LocallyWorking/9.md @@ -0,0 +1,14 @@ +**Type of Slide**: img + text + +Title: GitHub Desktop + +Text: + +* Add, Create, Clone repo (in purple text) (to the right of the picture) + +Image: Please see presentation slide 9 (each of the text is associated with the image which has a box around the part the text is referring to). The picture is a screenshot of GitHub Desktop + +* Image has text boxes pointing to associated parts which say the following + * Text box #1: **Add** an existing directory as a new repo + * Text box #2: **Create** a new repo + * Text box #3: **Clone** from GitHub \ No newline at end of file diff --git a/Other/GitHub/4_MoreWithGithub/1.md b/Other/GitHub/4_MoreWithGithub/1.md new file mode 100644 index 0000000..8065dfc --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/1.md @@ -0,0 +1,11 @@ +**Type of Slide**: title slide + +Title: Moar things you can do with GitHub + +Text: + +* *Friendly Github Workshop* +* *July 2017 - Turing Institute, London, UK* + +Please see first slide of presentation for images + diff --git a/Other/GitHub/4_MoreWithGithub/10.md b/Other/GitHub/4_MoreWithGithub/10.md new file mode 100644 index 0000000..c4ffe58 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/10.md @@ -0,0 +1,15 @@ +**Type of Slide**: left text + img + +Title: The Almighty README: + +Text: + +* HOW? + * location + * cheer + * introduction + * how-to + * style + +Images: Please see presentation slide 10. Please note that the word "location" has an arrow pointing to a portion of the picture + diff --git a/Other/GitHub/4_MoreWithGithub/11.md b/Other/GitHub/4_MoreWithGithub/11.md new file mode 100644 index 0000000..7301f1b --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/11.md @@ -0,0 +1,15 @@ +**Type of Slide**: left text + img + +Title: The Almighty README: + +Text: + +* HOW? + * location + * cheer + * introduction + * how-to + * style + +Images: Please see presentation slide 11. Please note that the word "cheer" has an arrow pointing to a portion of the picture + diff --git a/Other/GitHub/4_MoreWithGithub/12.md b/Other/GitHub/4_MoreWithGithub/12.md new file mode 100644 index 0000000..8d8bf50 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/12.md @@ -0,0 +1,15 @@ +**Type of Slide**: left text + img + +Title: The Almighty README: + +Text: + +* HOW? + * location + * cheer + * introduction + * how-to + * style + +Images: Please see presentation slide 12. Please note that the word "introduction" has an arrow pointing to a portion of the picture + diff --git a/Other/GitHub/4_MoreWithGithub/13.md b/Other/GitHub/4_MoreWithGithub/13.md new file mode 100644 index 0000000..4aa1649 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/13.md @@ -0,0 +1,15 @@ +**Type of Slide**: left text + img + +Title: The Almighty README: + +Text: + +* HOW? + * location + * cheer + * introduction + * how-to + * style + +Images: Please see presentation slide 13. Please note that the word "how-to" has an arrow pointing to a portion of the picture + diff --git a/Other/GitHub/4_MoreWithGithub/14.md b/Other/GitHub/4_MoreWithGithub/14.md new file mode 100644 index 0000000..69a46a7 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/14.md @@ -0,0 +1,15 @@ +**Type of Slide**: left text + img + +Title: The Almighty README: + +Text: + +* HOW? + * location + * cheer + * introduction + * how-to + * style + +Images: Please see presentation slide 14. Please note that the word "style" has an arrow pointing to a portion of the picture + diff --git a/Other/GitHub/4_MoreWithGithub/15.md b/Other/GitHub/4_MoreWithGithub/15.md new file mode 100644 index 0000000..15ef93c --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/15.md @@ -0,0 +1,6 @@ +**Type of Slide**: center image outline + +Title: Link appears when you contribute + +Image: Please see presentation slide 15 (there is a box surrounding "Please review the guidelines for contributing to this repository" in the image) + diff --git a/Other/GitHub/4_MoreWithGithub/16.md b/Other/GitHub/4_MoreWithGithub/16.md new file mode 100644 index 0000000..4c2e93b --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/16.md @@ -0,0 +1,6 @@ +**Type of Slide**: center img large + +Title: CODE OF CONDUCT + +Image: Please see presentation slide 16 + diff --git a/Other/GitHub/4_MoreWithGithub/17.md b/Other/GitHub/4_MoreWithGithub/17.md new file mode 100644 index 0000000..b0e36c4 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/17.md @@ -0,0 +1,10 @@ +**Type of Slide**: centered text + +Title: code of conduct (n). + +Text: + +*a set of rules outlining the social norms & rules & responsibilities of an individual project, party or organization.* + +Image: Please see presentation slide 17 + diff --git a/Other/GitHub/4_MoreWithGithub/18.md b/Other/GitHub/4_MoreWithGithub/18.md new file mode 100644 index 0000000..13f83a8 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/18.md @@ -0,0 +1,6 @@ +**Type of Slide**: center img large (but title should be at bottom, underneath the picture) + +Title: Basics of CODEOFCONDUCT.md + +Image: Please see presentation slide 18 + diff --git a/Other/GitHub/4_MoreWithGithub/19.md b/Other/GitHub/4_MoreWithGithub/19.md new file mode 100644 index 0000000..9fd7573 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/19.md @@ -0,0 +1,6 @@ +**Type of Slide**: center img large (but title should be at bottom, underneath the picture) + +Title: in your root directory, all caps, in markdown (.md) + +Image: Please see presentation slide 19 + diff --git a/Other/GitHub/4_MoreWithGithub/2.md b/Other/GitHub/4_MoreWithGithub/2.md new file mode 100644 index 0000000..bc440ac --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/2.md @@ -0,0 +1,12 @@ +**Type of Slide**: centered text + +Title: Lead your own open source project + +Text: + +* These special files are really useful for new contributors: + * README + * CONTRIBUTING + * CODE OF CONDUCT + * LICENSE + diff --git a/Other/GitHub/4_MoreWithGithub/20.md b/Other/GitHub/4_MoreWithGithub/20.md new file mode 100644 index 0000000..a37fe88 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/20.md @@ -0,0 +1,12 @@ +**Type of Slide**: centered text + +Title: *getting started ...* + +Text: + +* Describe core words - These could be values, ideals, or characteristics of people you want to be associated to your community. +* Behaviors to encourage? Discourage? +* Process of bringing issues to the table. +* Consequences of breaking the code. +* Understanding your role. + diff --git a/Other/GitHub/4_MoreWithGithub/21.md b/Other/GitHub/4_MoreWithGithub/21.md new file mode 100644 index 0000000..8d5e1a1 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/21.md @@ -0,0 +1,4 @@ +**Type of Slide**: headline only + +Title: License + diff --git a/Other/GitHub/4_MoreWithGithub/22.md b/Other/GitHub/4_MoreWithGithub/22.md new file mode 100644 index 0000000..450b568 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/22.md @@ -0,0 +1,6 @@ +**Type of Slide**: center img large (but title should be at bottom, underneath the picture) + +Title: Basics of LICENSE.md + +Image: Please see presentation slide 22 + diff --git a/Other/GitHub/4_MoreWithGithub/23.md b/Other/GitHub/4_MoreWithGithub/23.md new file mode 100644 index 0000000..53f08cb --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/23.md @@ -0,0 +1,6 @@ +**Type of Slide**: center img large (but title should be at bottom, underneath the picture) + +Title: in your root directory, all caps, in markdown (.md) + +Image: Please see presentation slide 23 + diff --git a/Other/GitHub/4_MoreWithGithub/24.md b/Other/GitHub/4_MoreWithGithub/24.md new file mode 100644 index 0000000..7e02551 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/24.md @@ -0,0 +1,11 @@ +**Type of Slide**: centered text + +Title: Finding the right license for you: + +Text: + +* **Sharing your project** online isn’t everything +* it’s also important to tell people **how** **they can use** that project. +* Choosing an open source license can be confusing. +* These folks created [ChooseALicense.com](http://choosealicense.com/) to help you make that decision. + diff --git a/Other/GitHub/4_MoreWithGithub/25.md b/Other/GitHub/4_MoreWithGithub/25.md new file mode 100644 index 0000000..73255f8 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/25.md @@ -0,0 +1,11 @@ +**Type of Slide**: centered text + +Title: Don’t want to license? + +Text: + +* You're under no obligation to choose a license. +* It's your right not to include one with your code or project, +* Generally speaking, the absence of a license means that the default copyright laws apply. +* This means that you retain all rights to your source code and that **nobody else may reproduce, distribute, or create derivative works from your work**. This might not be what you intend. + diff --git a/Other/GitHub/4_MoreWithGithub/26.md b/Other/GitHub/4_MoreWithGithub/26.md new file mode 100644 index 0000000..bd41330 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/26.md @@ -0,0 +1,11 @@ +**Type of Slide**: centered text + +Title: Host a website + +Text: + +* The special branch called gh-pages hosts a static website for you! + * https://kirstiejane.github.io/friendly-github-intro/ + * https://[[yourGitHubname\].github.io/friendly-github-intro/](https://kirstiejane.github.io/friendly-github-intro/) +* You’re also hosting the webpage through your fork! + diff --git a/Other/GitHub/4_MoreWithGithub/27.md b/Other/GitHub/4_MoreWithGithub/27.md new file mode 100644 index 0000000..03b6576 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/27.md @@ -0,0 +1,6 @@ +**Type of Slide**: center img large (but title should be at bottom, underneath the picture) + +Title: Under settings you can setup the GitHub pages + +Image: Please see presentation slide 27 + diff --git a/Other/GitHub/4_MoreWithGithub/28.md b/Other/GitHub/4_MoreWithGithub/28.md new file mode 100644 index 0000000..ff23d52 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/28.md @@ -0,0 +1,6 @@ +**Type of Slide**: center img large (but title should be at bottom, underneath the picture) + +Title: Website for this course is hosted via gh-pages! + +Image: Please see presentation slide 28 + diff --git a/Other/GitHub/4_MoreWithGithub/29.md b/Other/GitHub/4_MoreWithGithub/29.md new file mode 100644 index 0000000..e98e841 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/29.md @@ -0,0 +1,11 @@ +**Type of Slide**: centered text + +Title: In fact - you’re hosting a site now too! + +Text: + +* The special branch called gh-pages hosts a static website for you! + * https://datachampcam.github.io/friendly-github-intro/ + * https://[[yourGitHubname\].github.io/friendly-github-intro/](https://kirstiejane.github.io/friendly-github-intro/) +* You’re also hosting the webpage through your fork! + diff --git a/Other/GitHub/4_MoreWithGithub/3.md b/Other/GitHub/4_MoreWithGithub/3.md new file mode 100644 index 0000000..a69cdef --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/3.md @@ -0,0 +1,6 @@ +**Type of Slide**: center img large + +Title: README + +Image: Please see presentation slide 3 + diff --git a/Other/GitHub/4_MoreWithGithub/30.md b/Other/GitHub/4_MoreWithGithub/30.md new file mode 100644 index 0000000..b63b497 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/30.md @@ -0,0 +1,10 @@ +**Type of Slide**: center img outline + +Title: Private Repositories + +Text (text will be underneath picture): + +* https://education.github.com/ to request unlimited private repositories + +Image: Please see presentation slide 30 + diff --git a/Other/GitHub/4_MoreWithGithub/31.md b/Other/GitHub/4_MoreWithGithub/31.md new file mode 100644 index 0000000..9d54843 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/31.md @@ -0,0 +1,5 @@ +**Type of Slide**: center img outline + +Title: The World is your Oyster + +Images: Please see presentation slide 31 (there are many small images) \ No newline at end of file diff --git a/Other/GitHub/4_MoreWithGithub/32.md b/Other/GitHub/4_MoreWithGithub/32.md new file mode 100644 index 0000000..2f7271e --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/32.md @@ -0,0 +1,19 @@ +**Type of Slide**: text + img + +Title: Thank you! + +Text: + +* Anne Pajon +* Gord Brown +* Office for Scholarly Communication, University of Cambridge +* Joey Lee +* Stephanie Wright +* Mozilla Science Lab +* YOU! +* Questions on the etherpad or as issues to the workshop repository! +* *Friendly Github Workshop* +* *July 2017 - Turing Institute, London, UK* + +Images: Please see presentation slide 32. + diff --git a/Other/GitHub/4_MoreWithGithub/4.md b/Other/GitHub/4_MoreWithGithub/4.md new file mode 100644 index 0000000..a08ac28 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/4.md @@ -0,0 +1,6 @@ +**Type of Slide**: center img large (but title should be at bottom, underneath the picture) + +Title: Basics of README.md + +Image: Please see presentation slide 4 + diff --git a/Other/GitHub/4_MoreWithGithub/5.md b/Other/GitHub/4_MoreWithGithub/5.md new file mode 100644 index 0000000..2b8041f --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/5.md @@ -0,0 +1,6 @@ +**Type of Slide**: center img large (but title should be at bottom, underneath the picture) + +Title: in your root directory, all caps, in markdown (.md) + +Image: Please see presentation slide 5 + diff --git a/Other/GitHub/4_MoreWithGithub/6.md b/Other/GitHub/4_MoreWithGithub/6.md new file mode 100644 index 0000000..2f7f6b6 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/6.md @@ -0,0 +1,14 @@ +**Type of Slide**: text + img + +Title: The Almighty README: + +Text: + +* It is a file (.md) with text in it that describes: + * what you're doing, for who, and why + * what makes your project special and exciting + * how to get started + * where to find key resources + +Images: Please see presentation slide 6 + diff --git a/Other/GitHub/4_MoreWithGithub/7.md b/Other/GitHub/4_MoreWithGithub/7.md new file mode 100644 index 0000000..5308812 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/7.md @@ -0,0 +1,6 @@ +**Type of Slide**: center img large + +Title: CONTRIBUTING + +Image: Please see presentation slide 7 + diff --git a/Other/GitHub/4_MoreWithGithub/8.md b/Other/GitHub/4_MoreWithGithub/8.md new file mode 100644 index 0000000..139a6a5 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/8.md @@ -0,0 +1,6 @@ +**Type of Slide**: center img large (but title should be at bottom, underneath the picture) + +Title: Basics of CONTRIBUTING.md + +Image: Please see presentation slide 8 + diff --git a/Other/GitHub/4_MoreWithGithub/9.md b/Other/GitHub/4_MoreWithGithub/9.md new file mode 100644 index 0000000..b5b9d17 --- /dev/null +++ b/Other/GitHub/4_MoreWithGithub/9.md @@ -0,0 +1,6 @@ +**Type of Slide**: center img large (but title should be at bottom, underneath the picture) + +Title: in your root directory, all caps, in markdown (.md) + +Image: Please see presentation slide 9 +