Lab 02: Markdown and Github Exercise
2025-07-08
Goal
In today’s Lab session, we will:
- Learn Markdown Syntax
- Create a test repository and understand how it works.
- Create a group website.
I. Markdown Syntax
- Download this file.
- Exercise file.
II. Test Repository
- Create
testdirectory anywhere on your computer (e.g.,Desktop). - Open VS code and click
File-Open folder, then choose thetestfolder. - Download Github Pull Request extension from the left sidebar.
- Create a file named
README.mdintestfolder. - Type anything you want.
- Save it:
Cmd+S(Mac) orCtrl+S(Windows). - Click the source-control icon on the left sidebar.
- Click
Initialize repository. This creates a hidden folder.gitin yourtestdirectory. - Stage and Commit.
- Click
Publish branchand follow the instructions. - Try push, pull, create branch, and pull request.
- After enough exercises, you may delete this repository from both Github and your local computer.
File status markers
- U: Untracked (new file not yet added to the repository)
- A: Added (new file added to the repository)
- M: Modified
- R: Renamed
- D: Deleted
During the course, you will maintain at least two collaborative repositories:
- Group project (will create today).
- Group website (created yesterday).
III. Github Collaboration
- In this activity, we will create a respository for data analysis, and each group member will clone this repository to their local computer.
- Go to https://github.com/wonjun-seo/cosmos-data-analysis.
- Follow the instructions!
