Bill Katz

My Brain

An occasionally updated repository of thoughts, past work, and links.

Articles tagged with 'git'

Git: Commit, Push, Amend, Push Error

I'm a fan of the git version control system, but distributed revision control forces you to think a lot more.  Today, I ran into a gotcha that I'm documenting to help the next poor schlep.

I'm the only developer working on my web projects, so unless I'm merging changes across forked projects, merge conflicts don't rear their ugly head.  I like using dropbox ...