In this post I show you how to delete multiple git branches in one command with a filter prefix.
Tag: GitHub
Github is a web-based platform used for version control. It is a subsidiary of Microsoft, which acquired the company in 2018. It offers all of the distributed version control and source code management (SCM) functionality of Git as well as adding its own features. It provides access control and several collaboration features such as bug tracking, feature requests, task management, and wikis for every project.
Learn more about GitHub.
Articles
-
How to Delete Multiple Git Branches in One CLI Command -
GitHub Actions Reusable Workflows This is how I created a reusable GitHub Action workflow that can be shared and reused within a repository.
-
Changing the Origin of your Branch Today I learned that you can change the origin of your branch in Git.
-
Redis Stream Activity Feed I created a new Concept Project utilizing Redis Streams to create an Activity Feed
-
GitHub Action - Passing a Slack Message ID between Jobs How to pass a Slack Message ID (or any primitive value) between multiple GitHub Action Jobs.