I don’t usually use patch files for their intended purpose (patching). I just don’t have the need for them in my development process. But, I do think the files themselves have another valuable purpose. They make a great way to do a quick code review of changes that were made. So, whether you are actually Read More…
Tag: Git
Dealing with config files in Git
So while developing for my job, I’ve come across an interesting challenge. How does one automatically change config file values based on the branch they are currently using in Git? Background So for one of my projects, we have a website that is used on several domains. Due to certain constraints and history of our Read More…
Using Git with Eclipse
If you use git source control and program in Eclipse, this little tip will make your life amazing (How to install and setup eGit).
Git source control for single web developers
Do you like to put code together on your own? Are you a single developer? If so, you may wonder why you need version control (and all the headaches associated with it). I used to be in the same boat as you. Now that I work on websites at Advanced Venture Solutions on a team […]