Archive for September 3rd, 2016
Reformatting Your Codebase with git filter-branch
Reformatting Your Codebase with git filter-branch Git has tonnes of great tools that can be very powerful, filter-branch is another example of this. It can be used for lots of things we won’t explore here — rather we will use it for a very specific use — filtering through the tree.
Read Full Post | Make a Comment ( Comments Off on Reformatting Your Codebase with git filter-branch )