GitHub workshop


GitHub Notes:

  1. To tell GiHub to ignore files, input “touch ignore-me” where ignore-me is the name of a file that is to be ignore
  2. Example – where you are using an API key that you don’t want everyone to have access to
  3. 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. 
  4. Push – to update publish files
  5. Cloning – to get code made by other from GitHub and use it too. 
  6. Search by topics on GitHub
  7. Search by language on GitHub
  8. Pre-comit – a tool that ensures certain checks on your file pass before they are committed

Leave a Reply

Your email address will not be published. Required fields are marked *