Monthly Archives: October 2013

Renaming The Past With Git

I added a directory to a repository I was working on; made some commits to the files in that directory, added some files, removed some files, then decided that I didn’t like what I’d named it. When you make a mistake like this in files with git, you can easily use git rebase -i to… Read More »