HarshKapadia2 / git_basics

A PWA and TWA for Git and GitHub concepts and commands.
https://harshkapadia2.github.io/git_basics
Creative Commons Attribution Share Alike 4.0 International
104 stars 20 forks source link

Add notice for main (#47) #57

Closed tusharnankani closed 3 years ago

tusharnankani commented 3 years ago

Fixes #47 Alternative for #51

HarshKapadia2 commented 3 years ago

Thank you for the PR, @tusharnankani!

Changes:

tusharnankani commented 3 years ago

Fixed 👍🏻

Reasons, why I did those earlier:

  • Italics and bold are unnecessary.

Screenshot (667)

REF

  • For the link, the text could be better. Use something like '...check the [renaming repo^] by GitHub.'
  • Note the caret in the above link text (that you have missed) to open the external link in a new tab as stated in the CONTRIBUTING.md file.

Screenshot (666)

REF

HarshKapadia2 commented 3 years ago

Everything looks fine now! For the future, please remember to use better commit messages than 🔨 refactor: fix requested changes, as this message does not describe what changes the commit brings about.

Thank you for the PRs!