DEV Community

Cover image for Git Dos and Don'ts | Best Practices for Git
Arun
Arun

Posted on

Git Dos and Don'ts | Best Practices for Git

At Syncfusion, we’ve been using the Git workflow to manage complex products across a variety of products. However, to successfully collaborate with team members using Git, it’s important for everyone to be on the same page regarding how best to utilize version control for their specific use cases. Here is a list of dos and don’ts to help you navigate Git.

Top comments (2)

Collapse
 
twisted_code profile image
Twisted_Code

As someone that has, with perhaps one exception where I did a pull request, only ever used GIT to manage "personal projects" for which I was the only contributor, this was informative, but not very educational. It tells me WHAT to do, but not why.
Could you link some articles explaining each of these points? Otherwise I'm just going to go back to the Google search I was already exploring, "GIT do's and don'ts", to see if any of the other results are more authoritative...

Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

Don't modify or delete public history

*laughs nervously*