jolly20220861.github.io

Bookmark this site to keep an eye on my learning and progress. Join me in my Software Development adventure.

Follow me on GitHub

Homepage | About | Codes Used | Research πŸ†πŸ…΄πŸ…ΏπŸ…ΎπŸ†‚πŸ…ΈπŸ†ƒπŸ…ΎπŸ†πŸ†ˆ

πŸ††πŸ…΄πŸ…΄πŸ…ΊπŸ…»πŸ†ˆ πŸ†πŸ…΄πŸ…΅πŸ…»πŸ…΄πŸ…²πŸ†ƒπŸ…ΈπŸ†…πŸ…΄ πŸ…ΉπŸ…ΎπŸ†„πŸ†πŸ…½πŸ…°πŸ…»

Week 2: GitHub

What is Git?

Git is a widely used free and open source version control. Most programmers interact with git on a daily basis. Version Control is a way for programmers to track and manage changes to documents and computer programs (source code) which allows work collaboration for developers

What is github-1200x675

GitHub is a platform that offers code hosting of version control and collaboration. It allows the user to work on a project together from anywhere. Simply put, a website that hosts repositries online

TERMINOLOGIES

REPOSITORY - a project or folder ; a place where your project is kept.

COMMIT - save your file in git; apply the changes you made

FORK - is a copy of the repository that will allow you to make changes to a project without affecting the original one.

PULL - fetching updates or submit the changes made to the original project or repository

πŸ†πŸ…΄πŸ…΅πŸ…»πŸ…΄πŸ…²πŸ†ƒπŸ…ΈπŸ…ΎπŸ…½:

The first day is testing the water while the second day is dipping slowly into the water.Β  A new platform to learn! I was able to follow the instructions on how to use GitHub but at the back of my mind, what is this!?! What will I write? How will this be useful for me? Am I gonna drown soon in the shallow level of water?


I read the module and did my own research. I was able to create my repository in a website form. I’m hooked! This is what I like! From plain page to a more website-like one.Β  I was able to make different pages through links and was able to consolidate my thoughts. Hmmm… I can try to move further more and see how deep I can go….


Week 1: Introduction with Scratch | Week 3: Python | Week 4: Art vs Programming