Welcome to our shared knowledge base! Each week, we will all contribute what weβve learned here. This will not only track our progress but serve as a collaborative LinkedIn-ready summary post.
Use this section to summarize what you've learned about navigating directories in the terminal (e.g., cd
, ls
, pwd
, etc.)
- [Your Name]:
I learned how to move around the terminal using
cd
, check contents withls
, and understand the current path usingpwd
.
Summarize Git concepts like git init
, git add
, git commit
, etc.
- [Your Name]:
I learned how to create a local repo using
git init
, track changes withgit add
, and save snapshots withgit commit -m
.
Summarize what you've learned about pushing to GitHub, creating repositories, and collaborating via pull requests.
- [Your Name]:
I pushed my code to GitHub using
git push origin main
, and learned how to contribute using branches and PRs.
- Fork this repo
- Create a new branch with your name
- Append your insights under each section
- Open a PR before Thursday every week
-
How to Write a Good README File" by GitHub Training YouTube
-
Search for:
github readme tutorial
,best github readme examples
, etc.
Let's make learning public and impactful π±