GitHub Setup

GitHub Setup#

  • On your GitHub main page (e.g. “pelmer/” rather than “”), click on the “Repositories” link at the top of the page::

GitHub 1

  • Select “New” from the upper left corner:

GitHub 1

  • Fill in a repository name in the form NNN-hsf-india-202506-XXXXXX, where NNN is your number for the separate spreadsheet (zero-padded to 3 digits) and XXXXX is your github repo.

  • Choose a “Private” repo.

  • Do not add a README, .gitignore or license file for now.

  • Hit “Create Repository”.

GitHub 1

  • Click “Add collaborators to this repository”

GitHub 1

  • Add the github usernames as directed in the workshop session.

GitHub 1

  • On your main GitHub page, click on your icon or photo in the upper right hand corner:

GitHub 1

  • Select “Settings”:

GitHub 1

  • Select “Developer Seetings” at the very bottom:

GitHub 1

  • Click on “Personal Access Tokens” and it should open additional options. Choose “Fine-grained tokens”:

GitHub 1

  • Click on “Generate new token”:

GitHub 1

  • On the following page, choose “Only select repositories” and select the repository you just created. At the bottom of the page, choose “Commit statuses” and “Contents” and change both to “Access: Read and Write”. Hit “Generate Token” at the bottom.

GitHub 1

  • On the following page you will see the generated token. Copy that somewhere on your laptop as you will need to use it later to clone your repo:

GitHub 1