How I Develop Pure Commons Apps 1 ▲ Kev Quirk 1 hour ago · Tech · hide · 0 comments A couple1 of people have asked what my process is for developing the various Pure Commons apps. This comes after I've mentioned a couple of times that I've released a feature I've been working on for months. So I thought I'd write a quick post that explains how I do it, so I can refer people to it if/when they ask in the future. I also find this kind of post interesting, so I'm hoping you do too. If not, feel free to skip this one. 🙃 Using Git without branches Git is a staple in my development workflow, so you'd think I'd use it the same way most other developers do, but I don't. You see dear reader, I'm a visual learner, so branches in Git are confusing to me as they're abstracted away inside the .git folder. This means I often forget which branch I'm on. Which in turn has led to all kinds of issues over the years when it comes to committing shit to the wrong branch. So instead I simply copy and paste the entire repo (less the .git folder) into a new subfolder and use that as a… No comments yet. Log in to reply on the Fediverse. Comments will appear here.