Using GIT Properly

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 and often (for instance, whenever your tests pass). Also make sure […]

Using GIT Properly Read More ยป