Add office photos
Employer?
Claim Account for FREE
GitHub
4.5
based on 11 Reviews
Working at GitHub
Company Summary
Overall Rating
4.5/5
based on 11 reviews
19% above
industry average
Highly rated for
Work-Life Balance, Work Satisfaction, Skill Development
Critically rated for
Job Security
Work Policy
Monday to Friday
100% employees reported
Flexible timing
71% employees reported
No travel
71% employees reported
Day shift
100% employees reported
View detailed work policy
About GitHub
Founded in2008 (17 yrs old)
India Employee Count11-50
Global Employee Count--
HeadquartersSan Francisco,California, United States
Office Locations
--
Websitegithub.com
Primary Industry
Other Industries
--
Are you managing GitHub's employer brand? To edit company information,
claim this page for free
Managing your company's employer brand?
Claim this Company Page for FREE
Report error
GitHub Ratings
based on 11 reviews
Overall Rating
4.5/5
How AmbitionBox ratings work?
5
7
4
2
3
2
2
0
1
0
Category Ratings
4.6
Work-Life Balance
4.3
Work Satisfaction
4.2
Skill Development
4.1
Salary & Benefits
4.1
Promotions/Appraisal
3.7
Company Culture
3.3
Job Security
GitHub is rated 4.5 out of 5 stars on AmbitionBox, based on 11 company reviews. This rating reflects a generally positive employee experience, indicating satisfaction with the company’s work culture, benefits, and career growth opportunities. AmbitionBox gathers authentic employee reviews and ratings, making it a trusted platform for job seekers and employees in India.
Read more
GitHub Reviews
Compare GitHub with Similar Companies
Change Company | Change Company | Change Company | ||
---|---|---|---|---|
Overall Rating | 4.5/5 based on 11 reviews | 3.6/5 based on 121 reviews | 3.9/5 based on 7 reviews | 4.1/5 based on 6 reviews |
Highly Rated for | Work-Life balance Work Satisfaction Skill development | Salary & Benefits Work-Life balance | Salary & Benefits Work-Life balance | Skill development Job Security Work Satisfaction |
Critically Rated for | Job Security | Job Security Promotion/Appraisals Skill development | Promotion/Appraisals Job Security | Promotion/Appraisals |
Primary Work Policy | - | Permanent work from home 87% employees reported | - | - |
Rating by Women Employees | 3.0 Average rated by 1 women | 3.2 Average rated by 32 women | - no rating available | - no rating available |
Rating by Men Employees | 4.6 Excellent rated by 10 men | 3.8 Good rated by 84 men | - no rating available | - no rating available |
Job Security | 3.3 Average | 3.2 Average | 3.0 Average | 4.1 Good |
View more
GitHub Salaries
4.1
rated by 11 employees for salariesSoftware Engineer2
(6 salaries)
Unlock
₹30 L/yr - ₹43 L/yr
Senior Software Engineer
(5 salaries)
Unlock
₹30 L/yr - ₹46 L/yr
Software Engineer
(5 salaries)
Unlock
₹13.2 L/yr - ₹41.3 L/yr
Software Engineer II
(4 salaries)
Unlock
₹27 L/yr - ₹41 L/yr
Software Engineer III
(4 salaries)
Unlock
₹34.1 L/yr - ₹50 L/yr
Community Manager
(3 salaries)
Unlock
₹21 L/yr - ₹27 L/yr
Software Developer
(3 salaries)
Unlock
₹13.2 L/yr - ₹22.8 L/yr
Senior Solution Engineer
(3 salaries)
Unlock
₹35 L/yr - ₹40 L/yr
Senior Software Developer
(2 salaries)
Unlock
₹40.5 L/yr - ₹51.8 L/yr
Support Engineer
(2 salaries)
Unlock
₹7.4 L/yr - ₹9.4 L/yr
GitHub News
View all
Streamline Your GitHub Issues: Custom Issue Templates Made Easy
- Managing issues in a GitHub repository can become overwhelming, especially when users submit vague or improperly categorized reports.
- GitHub's custom issue templates streamline the issue reporting process and ensure contributors provide all necessary details upfront.
- By using predefined templates, issues are consistent, categorized properly, and save time for both contributors and maintainers.
- The guide explains how to set up a repository, create configuration files and Markdown templates for bug reports, feature requests, documentation, and general reports.
Dev | 12 Jan, 2025
How to Host a Project on Vercel Using a GitHub Repository
- Step 1: Create a GitHub Repository
- Step 2: Push Your Project to GitHub
- Step 3: Log in to Vercel
- Step 4: Import Your GitHub Repository
Dev | 11 Jan, 2025
Supercharge Your Code Reviews: A Guide to GitHub PR Templates
- Using PR templates in GitHub can supercharge code reviews and enhance communication.
- PR templates ensure that important details are included in every submission and set a standard for the team.
- Creating a PR template in GitHub is simple and can save time during the review process.
- A well-crafted PR template provides a clear summary, context, description of changes, and instructions for testing.
Medium | 10 Jan, 2025
Attention Mechanisms Don't Learn Additive Models: Rethinking Feature Importance for Transformers
- Traditional feature attribution methods for transformers in explainable AI (XAI) rely on linear or additive surrogate models, which are not compatible with transformers.
- The Softmax-Linked Additive Log Odds Model (SLALOM) is introduced as a novel surrogate model designed specifically for transformers.
- SLALOM provides insightful explanations with both synthetic and real-world datasets, outperforming other surrogate models in terms of fidelity and computational costs.
- The code for SLALOM is made available as an open-source project on GitHub.
Arxiv | 10 Jan, 2025
Unlocking the Power of Open Source: Join Me on My Journey!**
- A passionate developer shares their journey into open-source development and invites others to join.
- Currently working on a project aimed at providing valuable resources for developers.
- The developer is seeking funding to cover specific needs and invites support through Patreon or GitHub Sponsors.
- Encourages readers to spread the word, contribute, and connect through various platforms.
Dev | 9 Jan, 2025
How to Reveal All "Load Diff" Sections in a GitHub PR 👀
- GitHub's 'Load Diff' buttons can be tedious to click on a giant pull request.
- To automate the process, a simple script can be run in the browser's console.
- The script finds and clicks on all 'Load Diff' buttons using setTimeout to ensure smooth processing.
- The process repeats until there are no more buttons left to click.
Dev | 9 Jan, 2025
GitHub Copilot… OK, but What Does It Actually Bring?
- Copilot's code completion is impressive, offering entire lines of code and understanding coding patterns.
- Inline chat feature allows users to ask questions and get explanations or code snippets.
- Copilot recognizes file relationships and suggests updates across the entire project.
- Copilot assists with debugging, project scaffolding, unit testing, and other tasks.
Medium | 9 Jan, 2025
How to add Github oAuth in Nextjs with Supabase Auth | Login with Github
- This blog explains how to add Github oAuth to a Nextjs app with Supabase Auth.
- The blog covers the following points:
- - Setting up a Github oAuth app
- - Adding Github oAuth to a Nextjs app using server actions and components
Dev | 8 Jan, 2025
12 Essential Sites Every Developer Should Know 🌐
- GitHub: The go-to platform for version control and collaboration.
- Stack Overflow: A vast community of developers ready to help with any coding questions.
- MDN Web Docs: Mozilla’s comprehensive documentation for web development.
- Dev.to: A community where developers share articles, tutorials, and best practices.
Dev | 8 Jan, 2025
How to Configure ssh keys in your Git-hub Account.
- Step 1: Verify Your SSH Key
- Step 2: Add the SSH Key to Your GitHub Account.
- Step 3: Test Your SSH Connection
- Step 4: Clone the Repository Again.
Dev | 8 Jan, 2025
Powered by
Compare GitHub with
DigitalOcean
4.0
MongoDB
3.9
Elastic
4.6
Twilio
4.0
InsanelyGood
4.1
Garuda Aerospace
4.3
Mogli labs
3.6
Shipbolt Industries
4.4
Shine
2.6
Placementindia.com
4.8
Vegrow
4.2
Vilcart
3.6
FarMart
4.2
Unique Enterprises
3.5
iServices
3.3
Pepper Content
2.4
Elevate
3.6
NirogStreet
3.2
Talkcharge Technologies
3.7
Meddo
3.1
Edit your company information by claiming this page
Contribute & help others!
You can choose to be anonymous
Companies Similar to GitHub
JFrog
Software Product
4.1
• 6 reviews
DigitalOcean
Internet, Software Product
4.0
• 10 reviews
Twilio
Internet, Software Product
4.0
• 84 reviews
InsanelyGood
Internet, Logistics
4.1
• 312 reviews
Garuda Aerospace
Airlines / Aviation / Aerospace, Internet
4.3
• 182 reviews
Mogli labs
Financial Services, Internet
3.6
• 183 reviews
Shipbolt Industries
Internet
4.4
• 128 reviews
Shine
Internet, Recruitment
2.6
• 124 reviews
GitHub FAQs
When was GitHub founded?
GitHub was founded in 2008. The company has been operating for 17 years primarily in the Internet sector.
Where is the GitHub headquarters located?
GitHub is headquartered in San Francisco,California.
How many employees does GitHub have in India?
GitHub currently has approximately 20+ employees in India.
Does GitHub have good work-life balance?
GitHub has a work-life balance rating of 4.6 out of 5 based on 10+ employee reviews on AmbitionBox. 82% employees rated GitHub 4 or above on work-life balance. This rating reflects the company's efforts to help employees maintain a healthy balance between their personal and professional lives. We encourage you to read GitHub reviews for more details
Is GitHub good for career growth?
Career growth at GitHub is highly regarded, with promotions and appraisal rating of 4.1. 82% employees rated GitHub 4 or above on promotions/appraisal indicating that a significant portion of employees are satisfied with career growth opportunities. We recommend reading GitHub reviews for more detailed insights.
What are the pros and cons of working in GitHub?
Working at GitHub comes with several advantages and disadvantages. It is highly rated for work life balance, work satisfaction and skill development. However, it is poorly rated for job security, based on 10+ employee reviews on AmbitionBox.
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+
Reviews
5 Lakh+
Interviews
4 Crore+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app