Tag: git

Git Tip: Exclude All But One Vendor Package

I am currently working on a project where I am pulling in several php packages via Composer. One of the packages doesn’t quite do everything I need it to. There have been a couple of pull requests that do what I need, but those pull requests haven’t been merged into the main package, and I’m … Continue Reading

Getting Started with Git

I recently had to help a couple co-workers set up Git on their computers so they can work with the various repositories that I’ve set up and so they can set up repositories of their own for projects that they work on. Since I had to put together some documentation for them, I thought I … Continue Reading