Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

GitHub Enterprise

GitHub | 1

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

1,974 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Wade W.

Great for smaller shared projects

  • December 07, 2017
  • Review verified by G2

What do you like best about the product?
- Free to use for small and open projects
- Industry standard for sharing code and tracking basic projects
- Everyone has a GitHub account
- Code review tools are impressive
What do you dislike about the product?
The pricing model has generally blocked us from broader adoption. We like to break projects out into smaller repositories, which has pushed us against our repo limit in github. GitHub enterprise is a major jump in cost from the SaaS product.
What problems is the product solving and how is that benefiting you?
Our teams utilizing GitHub are really enjoying an improved code review process. Better collaboration of developers and saved time through easier review process.


    Anuj G.

The Best Code Hosting Website Ever!

  • December 07, 2017
  • Review verified by G2

What do you like best about the product?
GitHub has a clean and easy to use interface. It has a powerful set of features which make managing source code easy. It also has lots of integrations with third party services that extend and expand its range of uses. It is a great resource for learning about new technologies with a seemingly endless collection of projects and repos to help you get started with ease. Having your project on GitHub will do wonders for visibility. There will be open-source enthusiasts around your project, and if you approach them properly, you can build great communities in no time.
What do you dislike about the product?
There is very little that I dislike about GitHub. One thing relates to its 3rd party integrations: Often they are at the repository level, so if you have a lot of repositories that need the same integration, you might be doing the same setup process tens or hundreds of times. Better options for integrations that work across all of a team's repositories would be a huge help for all users. Invest in your own Git hosting when you can and makes sense for your project. Git is supposed to be decentralized.
What problems is the product solving and how is that benefiting you?
I use GitHub to collaborate in coding, when working on projects. Using GitHub, I can upload all the documents related to a project into a single repository (public or private), and have all the team members collaborate. Furthermore, this makes it easy to provide the costumers with all the documentations they need.
Recommendations to others considering the product:
Consider whether you need public or private repositories, as this affects the cost.


    Michael S.

Great Git but Expensive

  • December 07, 2017
  • Review verified by G2

What do you like best about the product?
I love how easy this is to connect to and how they do such a great job of storing your data. They have a fantastic community that makes the whole tool worth it. That being said they also integrate flawlessly with other systems like Github Desktop, Atom, and Travis CI. Github is also fantastic with issue resolution, you can solve merge conflicts quickly and easily.
What do you dislike about the product?
My biggest discrepancy with Github is that if you want to have a private repo it is expensive in comparison to bitbucket. You have to pay a minimum of $7.00 a month, which is less then it used to be but still expensive. They should create some sort of free private repositories and just charge based on users, similar to bitbucket.
What problems is the product solving and how is that benefiting you?
Github allows us to store our repositories with version control. This has allowed us to jump back when issues have occurred and can clearly pinpoint when our code went wrong.
Recommendations to others considering the product:
Definitely check it out if you are looking to share your code with others. If you are looking to have a large amount of private repositories with a bigger team be ready to pay more money for the private repo. Not a huge deal but in comparison to bitbucket you definitely will pay more.


    Kartik B.

Best For Storing Projects

  • December 06, 2017
  • Review verified by G2

What do you like best about the product?
The best thing about GitHub is the timestamps at which the push request was made due to this we can track at what time what work was done.Also the option of commiting changes by other team colleagues helps us take advice in code from others without the need of sharing the project,they can directly go to your GitHub repo and make changes over there and make a pull request,if you think it is perfect than you can accept it.Also the repos come in private as well as public form depends on you whether you want your project to be open source or not.
What do you dislike about the product?
No problems with GitHub everything that GitHub provides is great,the desktop client is also awesome through which you can make any of your offline repo online so just amazed by GitHub.
What problems is the product solving and how is that benefiting you?
We store our on going project on GitHub repository as a private or public repository based on its definition and do regular updates through which our client can see how much part of the work is done and can suggest any changes if they want to do,so GitHub is best for hosting your source code.
Recommendations to others considering the product:
Recommeded for storing your project work and also it works as a perfect backup option sometimes and for showcasing your work to your clients.Regular commits and pull request from others also help you make your code more precise and perfect.


    Gerson C.

GitHub, a good way to keep the code safe

  • December 04, 2017
  • Review provided by G2

What do you like best about the product?
There are many virtues offered by the Git to developers who are indivudual or work in a large company and many people modify the same code, for the latter is one of the most powerful utilities of the Git, since it maintains an order in the code, a record of who made the change and the ability to rollback in seconds, this is unavoidable in a software company, but also has many other benefits such as:
Audit of the code: know who has touched what and when.
Control over how our project has changed over time.
Make a rollback quick way.
Version control through labels.
Improve our ability to work as a team
What do you dislike about the product?
The handling of issues has not changed or improved much with the passage of time and is paramount in this type of applications, it is necessary to improve this point immediately.
Occasionally presents loading problems when the file is very large.
Improve the documentation on the product, the learning curve can be complicated by this.
What problems is the product solving and how is that benefiting you?
When we are working in a company where many developers work on the same code, it is very complicated to maintain the integrity of the code, this is where GitHub is essential, as it keeps an order and record of each modification that is made on the code, giving the possibility of rollback when is necessary.
Keep the code backup.
Have a complete chronology of the work done.
Recommendations to others considering the product:
So work alone, or with a group of developers is essential to use the tool is this or a similar, because it helps you to have control over your code and a backup of it, with complete records, version control and many more virtues that this type of tools offers.


    Brian M.

Great for code organization

  • December 04, 2017
  • Review verified by G2

What do you like best about the product?
Github is great for organizing all of your projects while allowing for your team the ability to contribute remotely. Just download and install git, on Ubuntu its: sudo apt-get install git
All you have to do once it is installed is navigate to the directory you wish to work from and run the command git init then git add . this adds everything in the current working directory in a cache to be uploaded to your github account. Create a repository from the github website, after run the command git remote add origin Now you can do a commit and push your code to the repository.
What do you dislike about the product?
You have to pay for private github repositories
What problems is the product solving and how is that benefiting you?
Organization of large amounts of code
Recommendations to others considering the product:
It is a must-have tool for developers


    Luís V.

Git Easy Simple And Fast

  • November 30, 2017
  • Review verified by G2

What do you like best about the product?
The issues management, team collaboration, version comparison, and server's speed.
What do you dislike about the product?
I think github projects wiki should be more improved.
What problems is the product solving and how is that benefiting you?
Team Collaboration, Project Management, Team work. The team members has a overview of the project and can discuss the process.


    Ruhan P.

GitHub the Best Professor.

  • November 30, 2017
  • Review verified by G2

What do you like best about the product?
Mainly Github is used for the project management as it shows the issues or the wrong way which we are going through, I like the way of proving us wrong so that our programming skill would increase to its best level. I like it as it makes the easy contribution of the top open source projects with the pull request via its web interface. It has helped many students to make there projects so that they can improve there mistakes and go for the project management given by the college professors. It also helps giving the articles which have the content of practically any topic present on earth. Recently the Github software developers introduced about the gists in Github which was a good thought of changing the normal file into git reports. There are many benefits of using this software in any way like for research, project management and many other applications. Any one can learn about the programming using this software. I was totally new to programming but after using this software, I would say that I am aware of many facts of programming.
What do you dislike about the product?
In this basic starting of GitHub many programmers are getting problems of understanding the theme and templates of GitHub but after the enough use of GitHub and understanding the pros and cons any one can get used to it. There are no dislikes but at the starting basis its somehow getting difficult.
What problems is the product solving and how is that benefiting you?
There are many programmers working on research and development and they are getting better response of using GitHub so this is how our company getting realized of using this software.
Recommendations to others considering the product:
I would recommend that this software is best for the programmers who are totally new to programming, they can learn and explore. Keeping going GitHub. Thank you


    Hospital & Health Care

Git user experience

  • November 30, 2017
  • Review provided by G2

What do you like best about the product?
Easy usage and good help from community . Good web interface and local app fro uploading
What do you dislike about the product?
No email functionality and also better ways to push code
What problems is the product solving and how is that benefiting you?
Version control
Recommendations to others considering the product:
very good version control tool


    Adolfo J.

As easy as Git can get, but still stripping away sovereignty from your own project

  • November 29, 2017
  • Review verified by G2

What do you like best about the product?
Having your project on GitHub will do wonders for visibility. There will be open-source enthusiasts around your project, and if you approach them properly, you can build great communities in no time.
What do you dislike about the product?
Unless you pay for their hosting options, relying on GitHub is dangerous for the autonomy of your project, a concern that will get bigger and bigger as your project gets more popular. There’s no guarantee that they’ll keep hosting you forever, and there are privacy concerns related to interacting with a U.S. company offering a proprietary service.
What problems is the product solving and how is that benefiting you?
More people have spotted code bugs and submitted enhancements through our GitHub mirrors, which is great feedback but requires you to keep tabs on the mirrors as well as your own contact/feedback channels.
Recommendations to others considering the product:
Invest in your own Git hosting when you can and makes sense for your project. Git is supposed to be descentralized.