Critique + Github
We started today with a critique on our Point Line Plane as well as our UDHR Poster
GitHub is a repository hosting service. it is essentially a social network for coders. You can share work, have others contributeand collaborate on projects, whilst all safely stored in the cloud. it’s a storage space, and it allows for other users to use assets.
Key Terms
Repository - the most basic element of GitHub, they're easiest to imagine as a project folder containing all the project files and it stores each file's revision history. Repositories can have multiple collaborators and can be either public or private.
Clone - A clone is a copy of a repository that lives on your computer instead of the GitHub server
Commit - an individual change to a file (or set of files). When you make a commit to save your work, Git creates a unique ID that allows you to keep record of the specific changes committed along with who made them and when.
Push - To push means to send your committed changes toa remote repository on GitHub.com. For instance, if you change something locally, you can push those changes so that others may access them.
Pull - Does the opposite, It will “pull” files from your GitHub account to your computer for you to work on locally.
What I learnt
In terms of notes there wasn’t much as we will focus solely on Github and coding next week, but I learned some key terms in Github