Skip to content

ThePythonBootCamp/foundations-week-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’» learning-log-week-1

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.

πŸ“… Week 1: File System, Git & GitHub Basics

πŸ“ File System Navigation

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 with ls, and understand the current path using pwd.

πŸ“¦ Git Basics

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 with git add, and save snapshots with git commit -m.

πŸ™ GitHub Basics

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.


πŸ“ Guidelines

  • Fork this repo
  • Create a new branch with your name
  • Append your insights under each section
  • Open a PR before Thursday every week

Markdown Learning resources

Let's make learning public and impactful 🌱

About

File and folder navigation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages