Git - A Required Tool for All Development Teams
March 01, 2018

Git - A Required Tool for All Development Teams

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

Overall Satisfaction with Git

We are currently using Git for all of our marketing websites. We're using it to save versions of code as a backup, to track changes and to see when changes were made and by whom. It helps us track updates for our clients and enables our team to work on the same sites concurrently.
  • Code backups
  • Code tracking
  • Branching
  • Team development
  • Git has a learning curve
  • Git has greatly helped our business in that it allows us to see exactly what was changed and when it was changed.
  • It helps us by allowing us to go back through the site's history and see legacy code.
Git is far superior in terms of number of developers using the tool. It offers excellent documentation and a large community that can assist you with any troubles you may have. Git is also fast, much faster than Microsoft's TFS.
Git is amazing at helping teams of developers collaborate on sites. It allows them to work at the same time by utilizing branches, then merging in with the main branch. It allows developers to track their code and submit bug requests as well as comments on bug fixes.