Using GIT Properly
Leave a Comment Coding Alan Bollinger August 1, 2017
Everyone needs to get into the habit of branching when they use GIT. Whether it's a new feature, a bug fix, or a small improvement to some existing code, every ticket should get its own branch. Do some work on this branch, committing early...
Read More »