
Git is a very good code versioning tool, having very advanced features to manage multiple people working on a single project. It helps keep everything up-to-date without any code conflicts. The best part is that git can be accessed in both command line as well as via GUI. It is very easy to implement on the existing codebase to keep all the changes in sync, keeping track of every user's commits and the changes that were part of that commit. Moreover, regular code pushes also allows the main codebase to stay updated at all times. Review collected by and hosted on G2.com.
Everything is working fine so far, and we have not encountered any issues. The only con or inconvenience could be in the command-line GIT where a user needs to be aware of all the commands that are to be manually entered in a specific format like push, pull, rebase, checkout, add, commit etc. Review collected by and hosted on G2.com.
Validated through LinkedIn
This reviewer was offered a nominal gift card as thank you for completing this review.
Invitation from G2. This reviewer was offered a nominal gift card as thank you for completing this review.




