Skip to main content
TrustRadius
Git

Git

Overview

Recent Reviews

TrustRadius Insights

Git is a widely used version control system that offers a range of use cases for different teams and organizations. Engineering and …
Continue reading

Git it today

10 out of 10
January 20, 2020
Incentivized
Git is currently being used for version control in our IT department. This allows us to not only keep various projects under source …
Continue reading
Read all reviews

Awards

Products that are considered exceptional by their customers based on a variety of criteria win TrustRadius awards. Learn more about the types of TrustRadius awards to make the best purchase decision. More about TrustRadius Awards

Reviewer Pros & Cons

View all pros & cons
Return to navigation

Pricing

View all pricing
N/A
Unavailable

Sorry, this product's description is unavailable

Entry-level set up fee?

  • No setup fee

Offerings

  • Free Trial
  • Free/Freemium Version
  • Premium Consulting/Integration Services

Would you like us to let the vendor know that you want pricing?

5 people also want pricing

Alternatives Pricing

What is GitHub?

GitHub is a platform that hosts public and private code and provides software development and collaboration tools. Features include version control, issue tracking, code review, team management, syntax highlighting, etc. Personal plans ($0-50), Organizational plans ($0-200), and Enterprise plans…

What is Liquibase?

Liquibase is a database change management tool that helps teams release software faster and safer by bringing the database change process into existing CI/CD automation. According to the 2021 Accelerate State of DevOps Report, elite performers are 3.4 times more likely to incorporate database…

Return to navigation

Product Demos

Git Merge and Rebase Demo

YouTube

Git hooks, practical uses (yes, even on Windows)

YouTube

Git Tutorial For Beginners | What is Git and GitHub? | Git Tutorial | DevOps Tutorial | Simplilearn

YouTube

Git Push Command | Git Bash Tutorial | Git Commands | Git Tutorial For Beginners | Simplilearn

YouTube
Return to navigation

Product Details

Git Technical Details

Operating SystemsUnspecified
Mobile ApplicationNo
Return to navigation

Comparisons

View all alternatives
Return to navigation

Reviews and Ratings

(74)

Community Insights

TrustRadius Insights are summaries of user sentiment data from TrustRadius reviews and, when necessary, 3rd-party data sources. Have feedback on this content? Let us know!

Git is a widely used version control system that offers a range of use cases for different teams and organizations. Engineering and dev-ops teams rely on Git to handle version control of codebases, allowing them to create branches for features and bug fixes. By using Git, they can easily merge and release code to different environments, ensuring smooth software development processes.

Freelance software developers also find value in Git as it enables them to work on multiple machines and platforms, providing flexibility and backup of source code. They appreciate the ability to easily manage and track changes in their codebase, ensuring effective collaboration with clients and the ability to revert back if needed.

Organizations benefit from Git's ability to store source code across multiple repositories and branches. They typically have a mainline development branch for code review and automated builds, allowing for efficient management of projects. Git addresses the problem of multiple people updating a codebase by managing merging of changes, storing committed changes in a log for review, and offering rollback options when necessary.

Furthermore, Git fosters collaboration and code contribution among developers by preventing conflicts and facilitating efficient software development. It is successfully utilized by various departments like Tech Writing and Implementation, helping streamline release cycles and integrating smoothly with other tools like Bitbucket for pull requests.

Additionally, Git is an essential tool for managing app development processes. Its usage ensures faster release of changes while minimizing negative impacts on existing functionalities. Many companies rely on Git to manage massive codebases and enable cross-team code review, making it a reliable solution for tracking project progress and ensuring software security vulnerabilities are addressed.

Overall, Git's ease of use and cleaner approach to version control have received praise from users. It is widely recognized as stable and reliable for managing code, providing a centralized area for sharing and collaborating on projects across different teams.

In summary, whether it's handling version control, managing projects for customers, tracking changes in websites or internal scripting projects, or enabling concurrent work, Git proves to be a valuable and versatile tool for developers, freelancers, and organizations alike.

Users commonly recommend learning Git thoroughly to utilize its benefits for code repository management, version control, and team collaboration. They emphasize the importance of utilizing the command line interface and following established processes for branching and merging. Users also encourage exploring advanced features, seeking support from online resources like Stackoverflow, and considering other alternatives if needed. Overall, users consider Git to be an essential tool with excellent features and community support in the software development realm.

Attribute Ratings

Reviews

(26-36 of 36)
Companies can't remove reviews or game the system. Here's why
Joshua Weaver | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User
Incentivized
  • Git has definitely helped me save time as a developer
  • It has allowed me to remove myself from issues that would be present if I were managing code in and "old-fashioned" way of simply various folders and files.
  • Keeping good records and file history intact is a way to give yourself and your company peace of mind and reduce stress
Miguelangel Nuñez | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User
Incentivized
  • All our code is backed by Git. We can track and keep safe all the stages of the development process. The possibility to rollback certain pieces of code is an amazing time saver; you can come back to it when the code is working just with a few commands.
David Petrie | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User
Incentivized
  • The ease of use is a big positive with Git. With additional tools like SourceTree and a Bitbucket server, it's really easy for an engineer to get to grips with. Repositories can be easily creating/administered using Bitbucket, and the repositories can be cloned using SourceTree in a few clicks.
Score 10 out of 10
Vetted Review
Verified User
Incentivized
  • Git has had a positive impact in our organization because it provided a standard way to store all of our development projects.
  • Git has made our development process more structured and efficient allowing us to troubleshoot our projects easier.
  • Git has been a positive solution for us because it has provided us a great process when working with a team of developers.
March 07, 2018

Git gets it.

Benjamin Hale | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User
Incentivized
  • The ability to have a backup of our code on remote machines allows us to ensure our time and capital investment in it's development is not in vain.
  • Team collaboration with git can speed up development cycles immensely.
  • Even for small projects, having the code available to different users for review or training, helps our developers get up to speed on projects quickly.
December 14, 2017

Better choose Git!

Rene Enriquez | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User
Incentivized
  • It's awesome, by using Pull Requests you can identify what is the code that will be added and we can add comments to improve the quality of the written code which it's helpful to protect one of the most expensive assets of a company (source code).
  • The opportunity to count on features like rebase and squash commits allows solving merge conflicts in an isolated manner decentralizing the effort to solve this problem that used to happen with SVN.
  • Branching is helpful to have many teams working on different features.
  • The chance to embrace new techniques and practices is awesome.
  • It's absolutely necessary to have training when new people are integrated into the team and they have no previous knowledge.about GIT
Score 10 out of 10
Vetted Review
Verified User
Incentivized
  • Git has revolutionized our development processes which save us time and headaches over finding other solutions for collaborating on code.
  • Git has facilitated better code quality and great automations through commit hooks and the simple ability to do code reviews.
  • Git has reduced the instances where we lose code due to some mistake or another, or accidentally overwriting a more recent change with an older version. Now, we can simply go back to the version we want!
Return to navigation