GitHub Notes:
- To tell GiHub to ignore files, input “touch ignore-me” where ignore-me is the name of a file that is to be ignore
- Example – where you are using an API key that you don’t want everyone to have access to
- Branching – to make versions of the code where one version is saved and the other one is experimented with. The experimental one is later merged if it works.
- Push – to update publish files
- Cloning – to get code made by other from GitHub and use it too.
- Search by topics on GitHub
- Search by language on GitHub
- Pre-comit – a tool that ensures certain checks on your file pass before they are committed