Skip to content

Commit 654f436

Browse files
committed
rm unused metadata; closes #53
1 parent 51af717 commit 654f436

File tree

9 files changed

+0
-81
lines changed

9 files changed

+0
-81
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
# Collaborating and sharing using GitHub without command line
42

53

basics.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
---
2-
layout: episode
3-
title: Basics and motivation
4-
teaching: 20
5-
exercises: 0
6-
---
7-
81
# Basics and motivation
92

103
```{questions}

contributing.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
---
2-
layout: episode
3-
title: Contributing to existing repositories
4-
teaching: 20
5-
exercises: 40
6-
questions:
7-
- How to submit small changes using pull requests
8-
- How to propose and submit larger changes
9-
- How to review and discuss changes
10-
---
11-
121
# Contributing to existing repositories using pull requests
132

143
In this session we will learn how to contribute to repositories which either

creating-using-desktop.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
---
2-
layout: episode
3-
title: Creating repositories using GitHub Desktop
4-
teaching: 20
5-
exercises: 20
6-
questions:
7-
- Creating and pushing local repositories
8-
- How to record (commit) changes
9-
- Inspecting changes before they are committed
10-
- Browsing changes
11-
---
12-
131
# Creating repositories using GitHub Desktop
142

153
We will practice creating a new repository using GitHub Desktop, committing

creating-using-web.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
---
2-
layout: episode
3-
title: Creating repositories using the web interface
4-
teaching: 15
5-
exercises: 15
6-
questions:
7-
- Creating repositories on GitHub
8-
- How to record (commit) changes
9-
- Browsing changes
10-
- Repository insights and settings
11-
---
12-
131
# Creating repositories using the web interface
142

153
We will practice creating a new repository using the web interface, committing

doi.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
---
2-
layout: episode
3-
title: Making your project citable
4-
teaching: 10
5-
exercises: 20
6-
questions:
7-
- How to get DOIs for particular versions of your project
8-
---
9-
101
# Making your project citable
112

123
> ## Discussion: is depositing your data/code on GitHub enough?

group-work.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
---
2-
layout: episode
3-
title: How to organize a group's work
4-
teaching: 15
5-
exercises: 15
6-
questions:
7-
- Should I start a repo under my account or open a new organization?
8-
- Should I add everybody as collaborator?
9-
- GitHub vs GitLab?
10-
- What permissions to choose?
11-
- Pull requests vs direct commits for types of projects
12-
- Small vs large changes
13-
---
14-
151
# How to organize a group's work
162

173
> ## Discussion

index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: lesson
3-
permalink: /
4-
---
5-
61
# Collaborating and sharing using GitHub without command line
72

83
This tutorial provides a brief but hands-on introduction to Git and

websites.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
---
2-
layout: episode
3-
title: Hosting websites/homepages on GitHub Pages
4-
teaching: 30
5-
exercises: 0
6-
questions:
7-
- How to serve a website/homepage using GitHub
8-
---
9-
101
# Hosting websites/homepages on GitHub Pages
112

123
You can host your personal homepage or group webpage

0 commit comments

Comments
 (0)