I frequently get asked how to resolve conflicts in git. It’s not obvious how to do it, but it is surprisingly easy to do.
Posts Tagged ‘programming’
Convert VSS to Git
I just converted my old Visual Source Safe (VSS) projects to Git repositories on my Gitolite server in minutes! I was impressed with how quick and easy the process was.
Make Notepad++ editor for AstroGrep
For anyone still using AstroGrep, a great GUI GREP Utility for Windows, here is how you set Notepad++ as the default editor. If you are still using AstroGrep you may be too lazy to look up the command line switches for Notepad++, so here you are: copy and paste:
Table Hell vs. Div Hell
Today I revisited Smashing Magazine’s article, “Table Layouts vs. Div Layouts: From Hell to… Hell?“, and was reminded how insightful it is. For anyone in web developement it’s a good read on how and when to use div or table tags and how to use them properly with CSS for both content and presentation.
Sorting Algorithm Animations
I’m not sure why, but someone has put together animations comparing various sorting algorithms. Edutainment, anyone?