Skip to content

Commit

Permalink
Use Gitea instead of GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidg committed Nov 1, 2023
1 parent 83fabac commit 36b67ec
Show file tree
Hide file tree
Showing 10 changed files with 411 additions and 616 deletions.
10 changes: 5 additions & 5 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ contact: '[email protected]'
# - another-learner.md

# Order of episodes in your lesson
episodes:
episodes:
- 01-basics.md
- 02-setup.md
- 03-create.md
- 04-changes.md
- 05-history.md
- 06-ignore.md
- 07-github.md
- 07-gitea.md
- 08-collab.md
- 09-conflict.md
- 10-open.md
Expand All @@ -75,13 +75,13 @@ episodes:
- 14-supplemental-rstudio.md

# Information for Learners
learners:
learners:

# Information for Instructors
instructors:
instructors:

# Learner Profiles
profiles:
profiles:

# Customisation ---------------------------------------------
#
Expand Down
19 changes: 2 additions & 17 deletions episodes/02-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,8 @@ which means that any changes pushed to
another Git host server
after this lesson will include this information.

For this lesson, we will be interacting with [GitHub](https://github.com/) and so the email address used should be the same as the one used when setting up your GitHub account. If you are concerned about privacy, please review [GitHub's instructions for keeping your email address private][git-privacy].

::::::::::::::::::::::::::::::::::::::::: callout

## Keeping your email private

If you elect to use a private email address with GitHub, then use that same email address for the `user.email` value, e.g. `[email protected]` replacing `username` with your GitHub one.


::::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::::::: callout
For this lesson, we will be interacting with a [Gitea](http://carpentriesoffline.org:3000) instance. Gitea has a similar interface to [GitHub](https://github.com)
and is running from the Raspberry Pi server.

## Line Endings

Expand Down Expand Up @@ -211,11 +201,6 @@ More generally, you can get the list of available `git` commands and further res
$ git help
```

::::::::::::::::::::::::::::::::::::::::::::::::::

[git-privacy]: https://help.github.com/articles/keeping-your-email-address-private/


:::::::::::::::::::::::::::::::::::::::: keypoints

- Use `git config` with the `--global` option to configure a user name, email address, editor, and other preferences once per machine.
Expand Down
Loading

0 comments on commit 36b67ec

Please sign in to comment.