SlideShare a Scribd company logo
1 of 36
Google Developers Student Club PCE
Google Developers Student Club PCE
SPEAKERS
Nishant Dixit
Connect
AAarya Zunjarrao
Connect
ALL LINKS ARE IN THE SLIDES ITSELF
Google Developers Student Club PCE
● Git
● Github
● Hacktober website Link
What is Hacktoberfest?
01
What is Open Source?
01
Introduction to Git and Github
01
Make your first Pull request
01
AGENDA
Google Developers Student Club PCE
WHAT IS
HACKTOBERFEST?
Google Developers Student Club PCE
Hacktoberfest is a month-long celebration of open source event.
Hacktoberfest is open to everyone in our global community! In this event,
Four quality pull requests must be submitted to public GitHub repositories -
i.e. Open source projects on GitHub.
Steps to register -
Step 1 - Create a GitHub account for free.
Step 2 - Register at Hacktoberfest official website using your GitHub ID.
6
HACKTOBERFEST 2023
Google Developers Student Club PCE
6
HACKTOBERFEST 2023
Google Developers Student Club PCE
https://hacktoberfest.com/
6
HACKTOBERFEST 2023
Google Developers Student Club PCE
DIGITAL BADGES FOR JUST PARTICIPATING
WHAT IS
OPEN SOURCE?
Open source means that the code is publicly available for everyone
to view and modify.
Google Developers Student Club PCE
https://www.youtube.com/watch?v=CML6vfKjQss
Google Developers Student Club PCE
6
NOTABLE OSS APPLICATIONS
HACKTOBERFEST 2023
Google Developers Student Club PCE
WHO CAN PARTICIPATE IN
HACTOBERFEST?
Google Developers Student Club PCE
Maintains an open source
project, typically a veteran
developer, could give a
presentation on how to submit
pull/merge requests.
Maintainer
Already contributes to open
source, generally works in a
tech role, familiar with Git.
Contributor
Never made a pull request
before, or new to tech
in general.
Beginner
WHO CAN PARTICIPATE IN HACTOBERFEST?
Short answer: Open to All!
6
HACKTOBERFEST 2023
Google Developers Student Club PCE
HACKTOBERFEST 2023 / INSTRUCTIONS 6
Google Developers Student Club
HACKTOBERFEST 2023 / INSTRUCTIONS 6
HOW TO PARTICIPATE
Have a GitHub account
Register for Hacktoberfest using your GitHub account
Submit 4 Pull requests
Receive digital rewards from hacktoberfest sponsors
Google Developers Student Club
Google Developers Student Club PCE
HACKTOBERFEST LABEL
Google Developers Student Club PCE
EXACTLY WHAT DO I NEED
TO GET STARTED ?
HACKTOBERFEST 2023 6
Google Developers Student Club PCE
WHAT IS GIT
● Version control system
● Distributed System
● Free and Open source software
https://youtu.be/hwP7WQkmECE?si=lsyFyBuvnq
cgOm5a
HACKTOBERFEST 2023 6
Google Developers Student Club PCE
HACKTOBERFEST 2023 6
Google Developers Student Club PCE
Developers without version control Developers with version control
6
git init
Initialize empty repository
git status & log commands
Knowing current condition of workspace
git add .
Adding files to staging area
git remote repositories
Enables collaboration
A LOOK BACK…
git branching
Allows independent feature development
git commit -m “Your message”
Creating snapshots
HACKTOBERFEST 2023
Google Developers Student Club PCE
6
HACKTOBERFEST 2023
Google Developers Student Club PCE
WHAT IS GITHUB
https://www.youtube.com/watch?v=pBy1zgt0XPc&t=
1s
PULL REQUEST
Merging changes along with a review, either
among branches or from a fork.
6
HACKTOBERFEST 2023
Google Developers Student Club PCE
6
HACKTOBERFEST 2023
Google Developers Student Club PCE
6
HACKTOBERFEST 2023
Google Developers Student Club PCE
PULL REQUEST FLOW
HACKTOBERFEST 2023 / INSTRUCTIONS 6
STEP 1 : Create a copy of the repository.
A] Fork the Repository
B] Clone the Repository
Combine the git clone command with
repository URL.
Google Developers Student Club PCE
Click the Fork button.
HACKTOBERFEST 2023 / INSTRUCTIONS 6
STEP 2 : Create a new branch.
git branch new-branch
git checkout new-branch
OR Alternatively,
git checkout -b new-branch
STEP 3 : Make changes locally.
git add filename
OR
git add .
STEP 4 : Commit changes.
git commit -m
"message"
Google Developers Student Club PCE
STEP 5 : Push changes.
git push -u origin new-branch
STEP 6 : Create a pull request.
6
GitHub Overview
Used for hosting remote repositories
GitHub Issues
Bug reports & feature requests
Public & Private repositories
Manage repository visibility
Github CLI
All of the above & more right in terminal
A LOOK BACK…
GitHub Pages
Free static site hosting
Pull requests
Contribute to others repositories
HACKTOBERFEST 2023
Google Developers Student Club PCE
DEMO for PR ?
6
HACKTOBERFEST 2023
Google Developers Student Club PCE
6
HACKTOBERFEST 2023
Google Developers Student Club PCE
4 PRs ARE TOO MUCH !?
6
HACKTOBERFEST 2023
Google Developers Student Club PCE
● Takes time to search for repositories
● Not familiar with how to search for hacktoberfest labels
● scared to contribute in big code base
GDSC - PCE will help you with 2 PRs
6
HACKTOBERFEST 2023
Google Developers Student Club PCE
● For Both Non-Technical and Technical individuals
● For Both beginners and experienced
hacktoberfest.com
Google Developers Student Club PCE
JOIN WHATSAPP
GROUP FOR
FURTHER UPDATES
Google Developers Student Club PCE
HAVE FUN!
Google Developers Student Club
LET’S CONTRIBUTE !
Contact the Hacktoberfest team:
hacktoberfest@digitalocean.com

More Related Content

Similar to Hacktoberfest GDSC Pillai College of Engineering

Getting Started with GitHub
Getting Started with GitHubGetting Started with GitHub
Getting Started with GitHubMichael Redlich
 
Hacktober Fest Info Session
Hacktober Fest Info SessionHacktober Fest Info Session
Hacktober Fest Info SessionSEJALGUPTA44
 
concordia hacktoberfest.pptx
concordia hacktoberfest.pptxconcordia hacktoberfest.pptx
concordia hacktoberfest.pptxAnkurVerma95745
 
Git single branch
Git single branchGit single branch
Git single branchCarl Brown
 
github hacktoberfest iammkullah.pptx
github hacktoberfest iammkullah.pptxgithub hacktoberfest iammkullah.pptx
github hacktoberfest iammkullah.pptxMuhammad Kaleem Ullah
 
Starting with Git & GitHub
Starting with Git & GitHubStarting with Git & GitHub
Starting with Git & GitHubNicolás Tourné
 
Smile Gupta - Hacktoberfest Celebration 2020
Smile Gupta - Hacktoberfest Celebration 2020Smile Gupta - Hacktoberfest Celebration 2020
Smile Gupta - Hacktoberfest Celebration 2020Smile Gupta
 
Hacktoberfest - Presentation
Hacktoberfest - PresentationHacktoberfest - Presentation
Hacktoberfest - PresentationGDSC
 
Github Case Study By Amil Ali
Github Case Study By Amil AliGithub Case Study By Amil Ali
Github Case Study By Amil AliAmilAli1
 
IBM Agile Engineering Summit 18: How to Integrate IBM Rational® Team Concert ...
IBM Agile Engineering Summit 18: How to Integrate IBM Rational® Team Concert ...IBM Agile Engineering Summit 18: How to Integrate IBM Rational® Team Concert ...
IBM Agile Engineering Summit 18: How to Integrate IBM Rational® Team Concert ...Bartosz Chrabski
 
Getting started With GIT
Getting started With GITGetting started With GIT
Getting started With GITGhadiAlGhosh
 
Github security bug bounty hunting
Github security   bug bounty huntingGithub security   bug bounty hunting
Github security bug bounty huntingvinoth kumar
 
Assign, commit, and review - A developer’s guide to OpenStack contribution-20...
Assign, commit, and review - A developer’s guide to OpenStack contribution-20...Assign, commit, and review - A developer’s guide to OpenStack contribution-20...
Assign, commit, and review - A developer’s guide to OpenStack contribution-20...OpenCity Community
 

Similar to Hacktoberfest GDSC Pillai College of Engineering (20)

Advance workshop on git
Advance workshop on gitAdvance workshop on git
Advance workshop on git
 
Getting Started with GitHub
Getting Started with GitHubGetting Started with GitHub
Getting Started with GitHub
 
Hacktober Fest Info Session
Hacktober Fest Info SessionHacktober Fest Info Session
Hacktober Fest Info Session
 
git & github.pdf
git & github.pdfgit & github.pdf
git & github.pdf
 
14 oct Git & GitHub.pptx
14 oct Git & GitHub.pptx14 oct Git & GitHub.pptx
14 oct Git & GitHub.pptx
 
Intro. to Git and Github
Intro. to Git and GithubIntro. to Git and Github
Intro. to Git and Github
 
Giddy Up on GitHub
Giddy Up on GitHubGiddy Up on GitHub
Giddy Up on GitHub
 
concordia hacktoberfest.pptx
concordia hacktoberfest.pptxconcordia hacktoberfest.pptx
concordia hacktoberfest.pptx
 
Git single branch
Git single branchGit single branch
Git single branch
 
github hacktoberfest iammkullah.pptx
github hacktoberfest iammkullah.pptxgithub hacktoberfest iammkullah.pptx
github hacktoberfest iammkullah.pptx
 
Starting with Git & GitHub
Starting with Git & GitHubStarting with Git & GitHub
Starting with Git & GitHub
 
Smile Gupta - Hacktoberfest Celebration 2020
Smile Gupta - Hacktoberfest Celebration 2020Smile Gupta - Hacktoberfest Celebration 2020
Smile Gupta - Hacktoberfest Celebration 2020
 
Hacktoberfest - Presentation
Hacktoberfest - PresentationHacktoberfest - Presentation
Hacktoberfest - Presentation
 
Github Case Study By Amil Ali
Github Case Study By Amil AliGithub Case Study By Amil Ali
Github Case Study By Amil Ali
 
Git hub visualstudiocode
Git hub visualstudiocodeGit hub visualstudiocode
Git hub visualstudiocode
 
IBM Agile Engineering Summit 18: How to Integrate IBM Rational® Team Concert ...
IBM Agile Engineering Summit 18: How to Integrate IBM Rational® Team Concert ...IBM Agile Engineering Summit 18: How to Integrate IBM Rational® Team Concert ...
IBM Agile Engineering Summit 18: How to Integrate IBM Rational® Team Concert ...
 
Getting started With GIT
Getting started With GITGetting started With GIT
Getting started With GIT
 
Git step by step
Git step by stepGit step by step
Git step by step
 
Github security bug bounty hunting
Github security   bug bounty huntingGithub security   bug bounty hunting
Github security bug bounty hunting
 
Assign, commit, and review - A developer’s guide to OpenStack contribution-20...
Assign, commit, and review - A developer’s guide to OpenStack contribution-20...Assign, commit, and review - A developer’s guide to OpenStack contribution-20...
Assign, commit, and review - A developer’s guide to OpenStack contribution-20...
 

More from AnandMenon54

GDSC solution challenge Android ppt.pptx
GDSC solution challenge Android ppt.pptxGDSC solution challenge Android ppt.pptx
GDSC solution challenge Android ppt.pptxAnandMenon54
 
Tensorflow a brief introduction 2nd Sess.pptx
Tensorflow a brief introduction 2nd Sess.pptxTensorflow a brief introduction 2nd Sess.pptx
Tensorflow a brief introduction 2nd Sess.pptxAnandMenon54
 
Tensorflow a brief introduction (1).pptx
Tensorflow a brief introduction (1).pptxTensorflow a brief introduction (1).pptx
Tensorflow a brief introduction (1).pptxAnandMenon54
 
Solution Challenge '24 GDSC Pillai College of Engineering
Solution Challenge '24 GDSC Pillai College of EngineeringSolution Challenge '24 GDSC Pillai College of Engineering
Solution Challenge '24 GDSC Pillai College of EngineeringAnandMenon54
 
hacktober Collaboration.pptx
hacktober Collaboration.pptxhacktober Collaboration.pptx
hacktober Collaboration.pptxAnandMenon54
 
GDSC PCE Hacktoberfest 1.pptx
GDSC PCE Hacktoberfest 1.pptxGDSC PCE Hacktoberfest 1.pptx
GDSC PCE Hacktoberfest 1.pptxAnandMenon54
 
GDSC Info Session 23-24.pptx
GDSC Info Session 23-24.pptxGDSC Info Session 23-24.pptx
GDSC Info Session 23-24.pptxAnandMenon54
 

More from AnandMenon54 (7)

GDSC solution challenge Android ppt.pptx
GDSC solution challenge Android ppt.pptxGDSC solution challenge Android ppt.pptx
GDSC solution challenge Android ppt.pptx
 
Tensorflow a brief introduction 2nd Sess.pptx
Tensorflow a brief introduction 2nd Sess.pptxTensorflow a brief introduction 2nd Sess.pptx
Tensorflow a brief introduction 2nd Sess.pptx
 
Tensorflow a brief introduction (1).pptx
Tensorflow a brief introduction (1).pptxTensorflow a brief introduction (1).pptx
Tensorflow a brief introduction (1).pptx
 
Solution Challenge '24 GDSC Pillai College of Engineering
Solution Challenge '24 GDSC Pillai College of EngineeringSolution Challenge '24 GDSC Pillai College of Engineering
Solution Challenge '24 GDSC Pillai College of Engineering
 
hacktober Collaboration.pptx
hacktober Collaboration.pptxhacktober Collaboration.pptx
hacktober Collaboration.pptx
 
GDSC PCE Hacktoberfest 1.pptx
GDSC PCE Hacktoberfest 1.pptxGDSC PCE Hacktoberfest 1.pptx
GDSC PCE Hacktoberfest 1.pptx
 
GDSC Info Session 23-24.pptx
GDSC Info Session 23-24.pptxGDSC Info Session 23-24.pptx
GDSC Info Session 23-24.pptx
 

Recently uploaded

Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 

Recently uploaded (20)

Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 

Hacktoberfest GDSC Pillai College of Engineering

  • 2. Google Developers Student Club PCE SPEAKERS Nishant Dixit Connect AAarya Zunjarrao Connect
  • 3. ALL LINKS ARE IN THE SLIDES ITSELF Google Developers Student Club PCE ● Git ● Github ● Hacktober website Link
  • 4. What is Hacktoberfest? 01 What is Open Source? 01 Introduction to Git and Github 01 Make your first Pull request 01 AGENDA Google Developers Student Club PCE
  • 6. Hacktoberfest is a month-long celebration of open source event. Hacktoberfest is open to everyone in our global community! In this event, Four quality pull requests must be submitted to public GitHub repositories - i.e. Open source projects on GitHub. Steps to register - Step 1 - Create a GitHub account for free. Step 2 - Register at Hacktoberfest official website using your GitHub ID. 6 HACKTOBERFEST 2023 Google Developers Student Club PCE
  • 7. 6 HACKTOBERFEST 2023 Google Developers Student Club PCE https://hacktoberfest.com/
  • 8. 6 HACKTOBERFEST 2023 Google Developers Student Club PCE DIGITAL BADGES FOR JUST PARTICIPATING
  • 9. WHAT IS OPEN SOURCE? Open source means that the code is publicly available for everyone to view and modify. Google Developers Student Club PCE https://www.youtube.com/watch?v=CML6vfKjQss
  • 11. 6 NOTABLE OSS APPLICATIONS HACKTOBERFEST 2023 Google Developers Student Club PCE
  • 12. WHO CAN PARTICIPATE IN HACTOBERFEST? Google Developers Student Club PCE
  • 13. Maintains an open source project, typically a veteran developer, could give a presentation on how to submit pull/merge requests. Maintainer Already contributes to open source, generally works in a tech role, familiar with Git. Contributor Never made a pull request before, or new to tech in general. Beginner WHO CAN PARTICIPATE IN HACTOBERFEST? Short answer: Open to All! 6 HACKTOBERFEST 2023 Google Developers Student Club PCE
  • 14. HACKTOBERFEST 2023 / INSTRUCTIONS 6 Google Developers Student Club
  • 15. HACKTOBERFEST 2023 / INSTRUCTIONS 6 HOW TO PARTICIPATE Have a GitHub account Register for Hacktoberfest using your GitHub account Submit 4 Pull requests Receive digital rewards from hacktoberfest sponsors Google Developers Student Club
  • 16. Google Developers Student Club PCE HACKTOBERFEST LABEL
  • 17. Google Developers Student Club PCE EXACTLY WHAT DO I NEED TO GET STARTED ?
  • 18. HACKTOBERFEST 2023 6 Google Developers Student Club PCE WHAT IS GIT ● Version control system ● Distributed System ● Free and Open source software https://youtu.be/hwP7WQkmECE?si=lsyFyBuvnq cgOm5a
  • 19. HACKTOBERFEST 2023 6 Google Developers Student Club PCE
  • 20. HACKTOBERFEST 2023 6 Google Developers Student Club PCE Developers without version control Developers with version control
  • 21. 6 git init Initialize empty repository git status & log commands Knowing current condition of workspace git add . Adding files to staging area git remote repositories Enables collaboration A LOOK BACK… git branching Allows independent feature development git commit -m “Your message” Creating snapshots HACKTOBERFEST 2023 Google Developers Student Club PCE
  • 22. 6 HACKTOBERFEST 2023 Google Developers Student Club PCE WHAT IS GITHUB https://www.youtube.com/watch?v=pBy1zgt0XPc&t= 1s
  • 23. PULL REQUEST Merging changes along with a review, either among branches or from a fork. 6 HACKTOBERFEST 2023 Google Developers Student Club PCE
  • 25. 6 HACKTOBERFEST 2023 Google Developers Student Club PCE PULL REQUEST FLOW
  • 26. HACKTOBERFEST 2023 / INSTRUCTIONS 6 STEP 1 : Create a copy of the repository. A] Fork the Repository B] Clone the Repository Combine the git clone command with repository URL. Google Developers Student Club PCE Click the Fork button.
  • 27. HACKTOBERFEST 2023 / INSTRUCTIONS 6 STEP 2 : Create a new branch. git branch new-branch git checkout new-branch OR Alternatively, git checkout -b new-branch STEP 3 : Make changes locally. git add filename OR git add . STEP 4 : Commit changes. git commit -m "message" Google Developers Student Club PCE STEP 5 : Push changes. git push -u origin new-branch STEP 6 : Create a pull request.
  • 28. 6 GitHub Overview Used for hosting remote repositories GitHub Issues Bug reports & feature requests Public & Private repositories Manage repository visibility Github CLI All of the above & more right in terminal A LOOK BACK… GitHub Pages Free static site hosting Pull requests Contribute to others repositories HACKTOBERFEST 2023 Google Developers Student Club PCE
  • 29. DEMO for PR ? 6 HACKTOBERFEST 2023 Google Developers Student Club PCE
  • 31. 4 PRs ARE TOO MUCH !? 6 HACKTOBERFEST 2023 Google Developers Student Club PCE ● Takes time to search for repositories ● Not familiar with how to search for hacktoberfest labels ● scared to contribute in big code base
  • 32. GDSC - PCE will help you with 2 PRs 6 HACKTOBERFEST 2023 Google Developers Student Club PCE ● For Both Non-Technical and Technical individuals ● For Both beginners and experienced
  • 34. JOIN WHATSAPP GROUP FOR FURTHER UPDATES Google Developers Student Club PCE
  • 36. LET’S CONTRIBUTE ! Contact the Hacktoberfest team: hacktoberfest@digitalocean.com