News

My team is transitioning to GIT, and we are just doing our first pull-requests. Since GIT recommends every new feature have its own branch and then merge it to Main with a pull-request when it is ...
If you make changes, maybe you track them and if you are really polite you might create a pull request to give back to the project. But there’s a lot more you can do. For example, did you know ...
The benefit of the git fetch vs git pull is that a fetch enables you to continue editing files in your local working directory without having to merge your code with updates from ... In the following ...