Recommendations to others considering Git:
- If you make the model simple, there is more security for the code.
- Make code push and pull simpler and use fewer commands for user friendliness.
- Use more GUI-based interfaces instead of CMD/Command prompt. Review collected by and hosted on G2.com.
What problems is Git solving and how is that benefiting you?
- Code versioning.
- My team is using Bitbucket and I am using Dreamweaver.
- Before we used Git/Bitbucket, our code versioning was very poor and unorganized. Many times, code was overwritten and some code updates were missed. My team consists of around 20+ members and everyone was confused when anything went live because we couldn't identify who made the last changes and what the final version was.
- After implementing it, we manage code versioning around 90%, and ROI has increased significantly since implementation. My team works in Visual Studio and Dreamweaver, and our main clients are in the financial sector. Before using Git, we often missed deadlines due to code overwriting. Sometimes, a code rollback was required, but without Git, it wasn't possible, and we paid penalties for our clients' losses. Review collected by and hosted on G2.com.