Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions day-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<h1>Daily learning </h1>
<h2>Day 1 </h2>
<h2>Today I learnt basic about github, which includes repo, pull request, commit, fork, etc.</h2>
Copy link

Copilot AI Mar 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar/capitalization: "Today I learnt basic about github" should be corrected (e.g., "Today I learned the basics about GitHub"), and consider spelling out terms like "repository" instead of "repo" for clarity.

Suggested change
<h2>Today I learnt basic about github, which includes repo, pull request, commit, fork, etc.</h2>
<h2>Today I learned the basics of GitHub, including repositories, pull requests, commits, forks, and more.</h2>

Copilot uses AI. Check for mistakes.
Comment on lines +1 to +3
Copy link

Copilot AI Mar 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a .md file in a repo teaching Markdown headings; using raw HTML <h1>/<h2> here is inconsistent with the rest of the course material. Prefer Markdown heading syntax (#, ##, etc.) so the learner practices the intended formatting and rendering stays consistent across Markdown viewers.

Suggested change
<h1>Daily learning </h1>
<h2>Day 1 </h2>
<h2>Today I learnt basic about github, which includes repo, pull request, commit, fork, etc.</h2>
# Daily learning
## Day 1
### Today I learnt basic about github, which includes repo, pull request, commit, fork, etc.

Copilot uses AI. Check for mistakes.
Loading