GIT - Version Manager for Fast delivering Teams
October 05, 2019

GIT - Version Manager for Fast delivering Teams

Anonymous | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User

Overall Satisfaction with Git

GIT is being used as a version control tool within our organization. Its been used to speed up the code deliveries to different environment and track the changes being deployed to the software product.

GIT being widely used tool has proven itself to be more stable and reliable for code management within organizations and vital for organizations who share their codes(Ex : Integration kits) with their customers IT teams.
  • Better tool for products having faster release cycles.
  • Feature branching is a vital feature available in GIT as it make sure that not all code is merged to the master branch unless its production ready.
  • Easy to use commands and speed in Git operations.
  • GIT Commands could be more natural and intuitive.
  • GIT should improve handling of files like exe, image, docs etc.
  • Code commits on multiple branches should be available.
  • GIT has drastically improved code deliveries.
  • GIT has provided extensive branching capabilities.
  • GIT has slow speed with image and video files handling.
GIT being a widely used tool have better reliability than its peers and have stands out when we compare it on operational performance criteria.
GIT with speedy and extensive branching capabilities have helped developers to use check in their code quickly and space efficient way.
GIT have the facility to quickly fetch the complete repository on to your local system.
GIT is phenomenal in helping to achieve better code management and version control for our products.
GIT have certain limitations with handling large size files but for code files which are in text file format its operational efficiency is way ahead than any other tools.
Being a globally accepted tool GIT commands are quite popular within folks and hence it makes it easier to handle operations through its command line.
For Teams using JIRA its a must have tool as they have same parent organization and have great integration with each other.

Do you think Git delivers good value for the price?

Yes

Are you happy with Git's feature set?

Yes

Did Git live up to sales and marketing promises?

I wasn't involved with the selection/purchase process

Did implementation of Git go as expected?

Yes

Would you buy Git again?

Yes

GIT is good to be used for faster and high availability operations during code release cycle. Git provides a complete replica of the repository on the developer's local system which is why every developer will have complete repository available for quick access on his system and they can merge the specific branches that they have worked on back to the centralized repository.

The limitations with GIT are seen when checking in large files.