Try our new research platform with insights from 80,000+ expert users
Haresh Ghatala - PeerSpot reviewer
Senior Lead Mobile App Developer at a financial services firm with 11-50 employees
Real User
A stable and scalable solution with robust security and excellent logging functionality
Pros and Cons
  • "The code versioning is excellent, and having a detailed log, including every change made to the code by every developer, is invaluable. It makes it so that if there is a bug or problem in the product channel, we can find exactly where it happened and how to fix it."
  • "There can be conflict issues when two developers work on the same file or line of code, and it would be great to see that improved, possibly with an AI solution."

What is our primary use case?

We use GitHub for code versioning; with multiple developers working on the same projects. It gives us a central source for our code. We commit our code to the cloud using the API called Gita, which tracks which developers have uploaded the code, which have changed it and so on. 

What is most valuable?

The code versioning is excellent, and having a detailed log, including every change made to the code by every developer, is invaluable. It makes it so that if there is a bug or problem in the product channel, we can find exactly where it happened and how to fix it.

What needs improvement?

There can be conflict issues when two developers work on the same file or line of code, and it would be great to see that improved, possibly with an AI solution. 

A great feature would be the AI for code conflicts, enabling us to choose which code edit is the one we want to go with. 

For how long have I used the solution?

I've been using the solution for about eight years. 

Buyer's Guide
GitHub
November 2024
Learn what your peers think about GitHub. Get advice and tips from experienced pros sharing their opinions. Updated: November 2024.
815,854 professionals have used our research since 2012.

What do I think about the stability of the solution?

GitHub is stable, and they are improving in terms of security. 

What do I think about the scalability of the solution?

The product is scalable. We have about 20 end users in total. 

How are customer service and support?

The support is average; they can be inconsistent and it would be good if they were more responsive. 

How would you rate customer service and support?

Neutral

How was the initial setup?

The initial setup is a little complex because it requires some knowledge of GitHub and code versioning. Certain steps need to be taken in a specific order, and if any are skipped or done wrong, it can lead to failure. Aside from the mentioned challenges, one staff member can complete the setup.

There is sufficient documentation to help with the setup process.

What about the implementation team?

The setup was implemented in-house. 

What's my experience with pricing, setup cost, and licensing?

GitHub is an open-source product, but when using the free-to-use version, anyone can see the code we're working on.

If you purchase a license, there's an option to make your code private, and our organization has a license.

What other advice do I have?

I would rate this solution a nine out of ten. 

Compared to the competition, I would say GitHub is the best, as it has the most robust security, and most of the developer community is familiar with it. Bitbucket is also an excellent solution with solid security, but more developers would require training.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Michael Barlow - PeerSpot reviewer
Chief Web Application Architect at Dbitpro, llc
Real User
A mature and polished solution with excellent functionality, and highly scalable with great customer support
Pros and Cons
  • "The versioning of the code and the tracking of changes are definitely some of my top features."
  • "The solution could have better support for the Markdown language."

What is our primary use case?

We use the solution when developing new code or modifying existing code, changes are tracked and other team members can review the code before production. 

How has it helped my organization?

The ability to track external changes to repositories we are using has been very useful for us. If we have a piece of code that's being implemented and it makes use of modules that we're calling externally from, let's say NPM, and a defect is found in one of those NPM modules, we're immediately alerted that a defect has been found in libraries outside of our code space. This enables us to keep in touch with defects that other people have discovered in the code that we're using. GitHub informs us as other users discover broken code, which allows us to deal with issues very quickly, without investigation on our part. 

What is most valuable?

The versioning of the code and the tracking of changes are definitely some of my top features. 

The ability to code reviews with peers.

The automatic checking to make sure that any of the code in my repository is not out of date with any modules that I'm making use of.

What needs improvement?

The solution could have better support for the Markdown language.

For how long have I used the solution?

I've been using the solution for over ten years, probably since its beginning. 

What do I think about the stability of the solution?

The solution is very stable, they have been working on it for over a decade. 

What do I think about the scalability of the solution?

The product is extremely scalable. We've seen applications that are hundreds of thousands of lines of code and it doesn't have any problems working with them.

I'm a contractor for the Department of Veteran Affairs, and we've easily got several thousand people making use of the code just within the VA itself. It's being used by almost everyone on a product development team, including project managers, testers, developers, and documentation specialists.

How are customer service and support?

The support is very good. We make use of Slack for communication and we have dedicated technical support for GitHub right in our Slack, which allows us to get responses within minutes from their technical support team.

How was the initial setup?

The initial setup was very simple.  

It really depends on the application we're working on. I've seen deployments take as little as 15 or 20 minutes to push out a code change, up to hours or days depending on the functions that we're changing.

What about the implementation team?

We implemented the solution via an in-house team. 

Due to the cloud environment, we don't need anyone for maintenance, that's all done by GitHub.

What's my experience with pricing, setup cost, and licensing?

We have an enterprise licensing agreement, and I am not part of the finance department so I can't say how much it costs. 

What other advice do I have?

I would rate GitHub a nine out of ten. 

The implementation is a hybrid public and private cloud. GitHub in some ways is similar to NPM, but it is a code repository primarily for code versioning systems. It's all cloud-based and we just upload our code to it. There are functions within GitHub that will take and monitor the code that's uploaded and any NPM repositories that it makes use of, and confirms that your code is making use of the latest code repositories. Anytime there is a discrepancy or an upgrade to one of the code repositories, it lets you know what that upgrade is.

They're constantly making improvements to the environment, adding new features and functionality. The new features and functions that they're coming out with are available to me sometimes before I realize I even need them.

We use GitHub extensively with any new product we are developing and we're going to keep doing it that way. I would advise anyone to implement this solution. 

Which deployment model are you using for this solution?

Hybrid Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Microsoft Azure
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Buyer's Guide
GitHub
November 2024
Learn what your peers think about GitHub. Get advice and tips from experienced pros sharing their opinions. Updated: November 2024.
815,854 professionals have used our research since 2012.
reviewer1846407 - PeerSpot reviewer
Staff Engineer at a wireless company with 10,001+ employees
Real User
Code hosting platform used to successfully manage distributed systems and facilitate remote collaboration
Pros and Cons
  • "Any complex banking can be handled very easily in GitHub. It allows us to integrate with tools like Grid, where we can merge and resolve conflicts without any hassle."
  • "This solution could be improved if migration was fully automated to make it easy, for example, to migrate repositories into GitHub."

What is our primary use case?

GitHub is used to manage distributed versions of systems to allow developers using production operating systems to work without distributed dependency. It is a distributed version control system where we get the repository downloaded on our laptops and can work without any idle time.

What is most valuable?

Any complex banking can be handled very easily in GitHub. It allows us to integrate with tools like Grid, where we can merge and resolve conflicts without any hassle. 

What needs improvement?

This solution could be improved if migration was fully automated to make it easy, for example, to migrate repositories into GitHub. 

For how long have I used the solution?

I have used this solution for eight years. 

How are customer service and support?

The customer service for this solution is not great. The team either takes a long time to respond or doesn't respond at all. 

How would you rate customer service and support?

Neutral

Which solution did I use previously and why did I switch?

I have previously used ClearCase and Submersion but have used GitHub for the past eight years. ClearCase is a centralized system but has expensive licenses and running processes within the system took a long time. This is the reason we moved to Github.

How was the initial setup?

The initial setup is straightforward and only involved four to five steps. 

What other advice do I have?

I would rate this solution a ten out of ten. 

Which deployment model are you using for this solution?

Public Cloud
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Senior Azure DevOps Engineer at SoftServe Ltd.
Vendor
Git Hooks and SSH keys are useful, and storing projects in private repositories is free
Pros and Cons
  • "The Projects Tab, which shows you the todo list and the progress for projects, is very helpful."
  • "I would like to see integration with Slack such that all of the changes made in GitHub are reflected there."

What is our primary use case?

We use GitHub for versioning and to provide a place on the cloud to store code so that people can work on it together.

What is most valuable?

The most valuable features are the Git Hooks and SSH keys.

The Projects Tab, which shows you the todo list and the progress for projects, is very helpful.

What needs improvement?

I would like to see integration with Slack such that all of the changes made in GitHub are reflected there. You would simply enter the Slack URL and the notifications about code changes would be forwarded.

For how long have I used the solution?

We have been using GitHub for at least a year.

What do I think about the stability of the solution?

There were a few cases when we were unable to reach GitHub but for the most part, it is stable.

What do I think about the scalability of the solution?

We have different people in the company who are working on different projects on GitHub. It is safe to say that we have about 50 people in total who are using the platform.

How are customer service and technical support?

I have not been in contact with technical support. With respect to community support, I have noticed that it is pretty evolved. I have used it often and find that it is very useful.

Which solution did I use previously and why did I switch?

We used to use BitBucket, but when Microsoft announced that private repositories would be free on GitHub, we switched.

How was the initial setup?

The initial setup is super easy.

What's my experience with pricing, setup cost, and licensing?

The private repositories are free, which is very good.

What other advice do I have?

GitHub is definitely a platform that I recommend people use.

I would rate this solution a ten out of ten.

Which deployment model are you using for this solution?

Public Cloud
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Neeraj Dev - PeerSpot reviewer
Operations Director, India at INTELLIGAIA, INC
Real User
Top 5
Provides good features, helps with task management, and enables collaboration within teams
Pros and Cons
  • "The product helps our team collaborate across different locations."
  • "The merging features can be improved."

What is our primary use case?

I'm mostly using the solution for the backup repository. We are also using it for bug tracking and Scrum management.

What is most valuable?

I like to do projects using the tool. I also like the check-in and check-out features. The product helps our team collaborate across different locations.

What needs improvement?

The merging features can be improved. The tool has plugins that allow CI/CD integration. It would be helpful if it were available out of the box.

For how long have I used the solution?

I have been using the solution for almost ten years.

What do I think about the stability of the solution?

The product is very stable. I rate the stability a ten out of ten.

What do I think about the scalability of the solution?

The product is scalable. We had 100 users initially. Now, we have reduced it to 50. The solution is used daily in our organization. The usage will increase as our company grows.

Which solution did I use previously and why did I switch?

I used SVN before. I switched to GitHub due to SVN’s cost.

What other advice do I have?

I will recommend the tool to others. If someone is looking for a repository backup solution, they can use GitHub. It helps with task management. It is helpful in AI development projects. It is a valuable product. It does justice to the price. Overall, I rate the solution an eight out of ten.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
Flag as inappropriate
PeerSpot user
Vishal Bayskar - PeerSpot reviewer
Associate Technical Manager at a computer software company with 11-50 employees
Real User
Top 10
A version control solution used to create websites
Pros and Cons
  • "If you want to share documents, you can create articles and diagrams with GitHub and share."
  • "GitHub uses basic configuration, but messaging is not clear."

What is our primary use case?

Our organization uses GitHub for version control.

What is most valuable?

GitHub allows you to create pages, if you want to share documents you can create articles and diagrams with GitHub and share.

On a personal level, GitHub assists you to create your own website.

What needs improvement?

GitHub uses basic configuration, but messaging is not clear. For example, when a database denies a username and password, it says "asking for person accepted".

I would like to see improvements with merging code from multiple branches. When more than one developer is working at the same time, it becomes complicated. It very much depends on the person doing the merging. There is no assistance from the tool itself. If a mistake is made, the tool will not be able to correct it. It would benefit from an automated checker.

For how long have I used the solution?

I have been working with GitHub for five years.

What do I think about the stability of the solution?

The solution is stable.

What do I think about the scalability of the solution?

GitHub is scalable. Our organization has 1,000 people. Approximately 80% would be using GitHub.

How was the initial setup?

The initial setup of GitHub is very simple.

What other advice do I have?

I would give GitHub a nine out of ten overall.

Which deployment model are you using for this solution?

Public Cloud
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
AndreyRogov - PeerSpot reviewer
CEO at Konus
Real User
Code hosting solution used to exchange files and manage version control
Pros and Cons
  • "GitHub have a built-in software application development environment and this has been most useful."
  • "The storage for this solution could be improved."

What is our primary use case?

We use this solution to exchange files and manage version control.

What is most valuable?

GitHub have a built-in software application development environment and this has been most useful. 

What needs improvement?

The storage for this solution could be improved. 

For how long have I used the solution?

I have been using this solution for two years. 

What do I think about the stability of the solution?

This is a stable solution. 

What do I think about the scalability of the solution?

This solution is potentially scalable. 

How are customer service and support?

The technical support for this solution is good. 

How would you rate customer service and support?

Positive

How was the initial setup?

The installation for this solution is very easy. 

What other advice do I have?

I would recommend this solution to others. I would rate it a nine out of ten. 

Which deployment model are you using for this solution?

Public Cloud
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Harikrishnan  Ramamoorthy - PeerSpot reviewer
Technical Lead at Netlink Software Group America Inc
Real User
It's good for collaboration because everyone can access it
Pros and Cons
  • "GitHub is good for collaboration because everyone can access it or we can restrict access to a few users. If I upload a file and share the URL, it's not restricted to a set number of users. Everyone with the link can download the files."
  • "GitHub could add more security features. I am not sure how secure it is. If they provide more security features, then it can be used in more official applications."

What is our primary use case?

We use Github to upload projects and share files. Github is used for personal application development and building plugins, Normally, we manipulate GitHub from the native system, so we upload the files to GitHub and get a URL. My company has more than 300 developers, and about half of them use GitHub for application storage and formatting applications.

What is most valuable?

GitHub is good for collaboration because everyone can access it or we can restrict access to a few users. If I upload a file and share the URL, it's not restricted to a set number of users. Everyone with the link can download the files.

What needs improvement?

GitHub could add more security features. I am not sure how secure it is. If they provide more security features, then it can be used in more official applications.

For how long have I used the solution?

I have been using GitHub for the last five years.

What do I think about the scalability of the solution?

I have never tried a large-scale upload on GitHub. I create separate folders for each application. Right now, I have 15 to 20 applications uploaded and haven't faced any limitations or storage issues so far.

What's my experience with pricing, setup cost, and licensing?

It is a free platform we only use internally, not for official purposes.

What other advice do I have?

I rate GitHub nine out of 10. We use it to manage plugins and everything else. Even though it is a coding platform, it's useful for any technology. I would recommend using GitHub as a base for configuration and coding activities. 

Once you upload something on GitHub, you can integrate it with your local repositories or other platforms. It has broad compatibility with other solutions, so you can use GitHub even if you have a different platform. 

Which deployment model are you using for this solution?

Public Cloud
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Buyer's Guide
Download our free GitHub Report and get advice and tips from experienced pros sharing their opinions.
Updated: November 2024
Buyer's Guide
Download our free GitHub Report and get advice and tips from experienced pros sharing their opinions.