Andrew Heins

default-image

Blog Posts

2 Posts found tagged with git


Dealing with Conflicts in Git

Something that I didn’t find immediately obvious was how to deal with conflicts in Git, so here’s a quick tutorial. Conflicts arise when two different branches are working on the same file and then try to commit changes. Conflicts don’t have to be catastrophic, it simply depends on what’s happend with the file.


Security: GitHub and You

I love GitHub, but just realized a potential mistake that put me into a panic until I’d verified that I hadn’t fallen pray to it yet. Does your source code include passwords, keys, or other information in plain-text that you wouldn’t like anyone to see? Does your application include a web.config type file containing such [...]