News

Community driven content discussing all aspects of software development from DevOps to design patterns. I’m going to show you both ways to do it, and I promise you, using the easy way is going to save ...
How do you connect a local Git repo to a remote repository your team has set up in GitHub, GitLab or Bitbucket? There are two ways to push a local project to a remote Git repo: the recommended way, ...
Started on a new team recently (data engineers/ETL using Pentaho) and found out that while they were using a git (BitBucket) to store their jobs and transformations, they were using git absolutely ...
Learn how to add a GitHub repository to VS Code as well as how to install a handy extension to manage pull requests and issues. Virtual Studio Code, also known as VS Code, is one of the most popular ...
GitHub today announced Suggested Changes: a new feature that promises to make it easier to implement and action changes in pull requests. Here’s how it works. Suppose you’re collaborating on a ...