#git
Read more stories on Hashnode
Articles with this tag
When building software, it’s quite usual for a company to have more than one environment to deploy to. Depending on how many there are, managing these...
While at a company I used to work for, I spent a few years building one of their main products. It was a Web facing application, and as I only had...
It’s a good idea to commit regularly when developing software. I find that when I’m trying something new, I might end up making a mess of the code....
Release notes are an important part of releasing software. It doesn’t matter if they are available publicly, internally within a company, or just to...
I once worked at a company that had been using Subversion for source control. I don’t know how long they had done so because it was already in place...
I didn’t truly understand what I was doing when I first started using Git. The company I was at used two tools for checking code in and out: Git Bash,...