Git Secrets: How to Create a new Repository from a Sub-directory
I've recently run across an interesting challenge in some historical source code repositories. These repositories did not begin their lives in Git and are arranged so that independent products are…
A Git Resource Page for Developers
Git is my go to source control management tool. It works no matter what the technology or platform of the project I'm working on involves. I'll be honest. It took…
Branch by Sprint
I ran into a new branching strategy, branch by sprint, this week. I will have to admit it was a new one to me. I've seen branching by environment (dev, test, staging, prod), branching by developer, and branching by feature/user story. I had not considered branching for a sprint. (more…)