8
םםםם םםםםםםם םםםםםםםם© ההה ההההה הההה ההההה ההה הההההה הה ההההה הה ההההה ההההה ההה ההה הה הההה, הההה הההההה הההה, ההההה םםםם: םםםם םםםםם

סדנת סורסינג למגייסים GITHUB

Embed Size (px)

Citation preview

Page 1: סדנת סורסינג למגייסים GITHUB

סדנת סורסינג למגייסים

אין להשתמש או להפיץ את חומרי המצגת בכל דרך או מדיה, מעבר לשיתוף ברשת, ללא אישור בכתב מגילה גדעון©מנחה: גילה גדעון

Page 2: סדנת סורסינג למגייסים GITHUB

שלושה מושגים בסיסיים להכיר

אין להשתמש או להפיץ את חומרי המצגת בכל דרך או מדיה, מעבר לשיתוף ברשת, ללא אישור בכתב מגילה ©גדעון

Git

תוכנת קוד פתוח העוקבת אחר שינויים הנעשית בקבצי טקסט

Git is an open source program for tracking changes in text files. It was written by the author

of the Linux operating system, and is the core technology that GitHub, the social and user

interface, is built on top of.

Repository

A repository is the most basic element of GitHub. They're easiest to imagine as a project's

folder. A repository contains all of the project files (including documentation), and stores

each file's revision history. Repositories can have multiple collaborators and can be either

public or private.

For more terminology | https://help.github.com/articles/github-glossary/

Page 3: סדנת סורסינג למגייסים GITHUB

אין להשתמש או להפיץ את חומרי המצגת בכל דרך או מדיה, מעבר לשיתוף ברשת, ללא אישור בכתב מגילה ©גדעון

ForkA fork is a personal copy of another user's repository that lives on your account. Forks

allow you to freely make changes to a project without affecting the original. Forks remain

attached to the original, allowing you to submit a pull request to the original's author to

update with your changes. You can also keep your fork up to date by pulling in updates

from the original.

UserUsers are personal GitHub accounts. Each user has a personal profile, and can own

multiple repositories, public or private. They can create or be invited to join organizations

or collaborate on another user's repository.

For more terminology | https://help.github.com/articles/github-glossary/

Page 4: סדנת סורסינג למגייסים GITHUB

מנוע החיפוש

אין להשתמש או להפיץ את חומרי המצגת בכל דרך או מדיה, מעבר לשיתוף ברשת, ללא אישור בכתב מגילה ©גדעון

מנוע החיפוש באתר מאפשר לחפש על פי:

•Fullname

•Languageשפת קוד

•Locationמדינה או עיר

•Followersמספר העוקבים אחרי החבר

•repos (number of public repositories)

Page 5: סדנת סורסינג למגייסים GITHUB

נסו עכשיו לחפש

location:IsraelMatches users that live in Israel

language:java location:IsraelMatches users in Israel with a majority of their repositories written in Java.

language:java location:israel followers:>=50Matches users in Israel with a majority of their repositories written in Java with

50 or more followers

אין להשתמש או להפיץ את חומרי המצגת בכל דרך או מדיה, מעבר לשיתוף ברשת, ללא אישור בכתב מגילה ©גדעון

Page 6: סדנת סורסינג למגייסים GITHUB

language:"html AND javascript" location:"tel aviv"

אין להשתמש או להפיץ את חומרי המצגת בכל דרך או מדיה, מעבר לשיתוף ברשת, ללא אישור בכתב מגילה ©גדעון

Page 7: סדנת סורסינג למגייסים GITHUB

אפשר למיין את התוצאות שקבלתם

אין להשתמש או להפיץ את חומרי המצגת בכל דרך או מדיה, מעבר לשיתוף ברשת, ללא אישור בכתב מגילה ©גדעון

Page 8: סדנת סורסינג למגייסים GITHUB

תודה גילה גדעון

www.effectiva.co.il [email protected] | 0502338770

אין להשתמש או להפיץ את חומרי המצגת בכל דרך או מדיה, מעבר לשיתוף ברשת, ללא אישור בכתב מגילה ©

גדעון