Skip to content

This repo was used for the hands-on-practical session during the "Intro to Version Control | Git and Github" event by GDSC AE-FUNAI, GDSC FULOKOJA, GDSC FUTO, GDSC MUBS, GDSC Nekede, and GDSC UICT.

License

Notifications You must be signed in to change notification settings

gdscaefunai/github-event

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to Version Control | Git and Github

This repo was used for the hands-on-practical session during the "Intro to Version Control | Git and Github" event by GDSC AE-FUNAI, GDSC FULOKOJA, GDSC FUTO, GDSC MUBS, GDSC Nekede and GDSC UICT.

All attendees who made pull requests to this repo can be found on https://githubevent.web.app

Attendee Instructions

Having attended the event at https://youtu.be/uf12u9keG10, send your pull request to get your name on the event site at https://githubevent.web.app. Carryout the following instructions, to make your pull request. If you do not have a GitHub account, first create one here.

  1. Fork this repository by clicking on Fork at the top right corner of this page (Be sure you are viewing this README from github.com and as a desktop site).

  2. In your fork, Go to the attendees.json file, found in the public folder.

  3. In the upper right corner of the file view, click edit icon to open the file editor to edit the attendees.json file.

  4. Copy the sample attendee from the first opening brace - { - (on line 2) to the first closing brace - } - (on line 11), without the comma. What you copy should look like the following:

  {
    "name": "Your Name",
    "gdsc": "Your School (Abbreviated)",
    "website": "https://example.com",
    "linkedin": "https://linkedin.com/xx/xxx",
    "facebook": "https://facebook.com/xxx",
    "twitter": "Your Twitter Username",
    "github": "Your Github Username",
    "instagram": "Your Instagram Username"
  }
  1. Scroll to the end of the attendees.json file, add a comma - , - immediately after the last closing brace - } -, and press the enter key.

  2. On the new line, paste the sample you just copied.

  3. Edit the values with yours, please verify that they are correct. name and gdsc are compulsory.

Note:

If you don't have any of the social media, please delete the sample value for that social media and leave the quotation marks empty.

  1. At the bottom of the page, type the following as the title of your commit message with your name instead
    YOUR-NAME attended the GDSC Github Event
  1. Click on the green Commit changes button.

  2. Visit the following link on a new tab, be sure to use your github username instead (don't delete the three full stops).

    https://github.com/gdscaefunai/github-event/compare/main...YOUR-GITHUB-USERNAME:main
  1. At the top of the page, type the following as the title of your pull request with your name instead
    YOUR-NAME attended the GDSC Github Event
  1. Click on the green Create pull request button.

Hooray!!!

You have just made a pull request, it will be merged later on and your name will reflect on the event site at https://githubevent.web.app

About

This repo was used for the hands-on-practical session during the "Intro to Version Control | Git and Github" event by GDSC AE-FUNAI, GDSC FULOKOJA, GDSC FUTO, GDSC MUBS, GDSC Nekede, and GDSC UICT.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published