Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		
- 
				
				 Bibbit7022yTo be honest, getting everyone to commit often helps a lot. But for me the real winner was WinMerge (sorry not for Linux): it features way better merging functionality (multiple algorithms etc) and you can also use multiple sync points in local/head to make sure identical code is matched as identical. Bibbit7022yTo be honest, getting everyone to commit often helps a lot. But for me the real winner was WinMerge (sorry not for Linux): it features way better merging functionality (multiple algorithms etc) and you can also use multiple sync points in local/head to make sure identical code is matched as identical.
 
 But yeah, prevention is always better :)
- 
				
				If conflicts are anything other than trivial 99% of the time, then your ways of working need improvement.
- 
				
				Bro, if merge commits are your headache, you are using git wrong.
 
 A simple advice : Use rebase for commits and meld for merges
Related Rants








Okay, seriously, who invented merge conflicts? I want names! It's like playing Jenga with code, hoping your masterpiece doesn't topple over. I've seen more ">>>>>> HEAD" blocks than actual code lately.
Can we all agree to commit more frequently and save my sanity, please?
rant
commit
collab
github
merge
conflict
git