How to Delete Git Branches on Local and Remote Repositories: A Comprehensive GuideGit, the version control system, allows us to work on different versions of a project, commonly known as branches. It’s typical practice to remove a branch post its utilization to maintain the repository’s clutter-free environment. This article will guide you through the steps of how to delete Git branches on both local and remote repositories. […] 26 Jul, 2023DevOps
How to import a Github Package into Gradle projectsGithub packages allows you to generate packages from repositories in a simple and fast way. However, after deploying a package into the Package Registry, include the package inside a Java Gradle project may be a bit tricky. In this article we will se: how to create a Github personal access token how to use the […] 24 Jan, 2021DevOps