Skip to content

Commit

Permalink
Respond to review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
astroDimitrios committed Dec 18, 2024
1 parent a61b61c commit d336357
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions episodes/01-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ cloud-based platform, [GitHub](learners/reference.md#github).
By the end of the lesson you will have:

- Configured Git based on our recommended settings
- Initialised a new [repository](../learners/reference.md#repository)
- Initialised a new [repository](../learners/reference.md#repository) with Git
- Committed files to the repository which places them under version control
- Developed a change using a feature branch
- Explored the history of your repository
- Reverted changes to files
- Ignored files you do not want to version control
- Created a backup of our repository on GitHub
- Navigated around the GitHub interface
- Created a backup on GitHub
- Performed a code review on GitHub
- Merged your feature branch changes through GitHub

## Terminology

Expand Down

0 comments on commit d336357

Please sign in to comment.