#git

Clean Releases and Changelogs with Github Actions

Posted on Sat, Aug 12, 2023 actions devops automation yarn git command line

Elevate your workflow with 🌟 automation! Bid farewell to tangled releases and unclear changelogs. βš™οΈ Unveil a GitHub Action that harmonizes pristine tagged releases and concise changelogs in one go. πŸš€ Keep projects orderly, pleasing devs and users alike. πŸ“ Automation takes the reins, leaving you free to excel in coding. Discover the ease of seamless releases and polished changelogs, all through a single GitHub Action. πŸŽ‰

Centralizing Git Submodules with GitHub Actions and Octokit

Posted on Sat, Jun 17, 2023 devops git actions

Git Submodules are a powerful way to manage dependencies in your projects. πŸ“¦ (However, they can be difficult to manage manually πŸ‘€) GitHub Actions and Octokit can help to streamline the management of Git Submodules. ⚑️ By using GitHub Actions and Octokit, you can create a workflow that automatically updates your submodules whenever you push to your repository. This tutorial will show you how to centralize Git Submodules with GitHub Actions and Octokit. πŸš€ click on the article ➑️

Mono & Msa : Front 6. Git Submodules

Posted on Fri, Dec 9, 2022 architecture git microservice

We've been talking about promoting loose-system design throughout every article. Each in a completely different way! πŸ”₯ Would you happen to have a favorite so far ? πŸ‘€Is it monorepos due to their ability to automate the same tasks on all of your application packages. Is it microservices strong decoupling structure? Could it be micro front-ends with its ability to separate each of your applications builds and still provide a communication mechanism so they can work together? 😍 To complete the front end section of our series, let's talk about the 1️⃣ last concept that ties in the front-end with the backend of our project. It’s non other than a hidden πŸ’Ž inside our favorite version-control tool. 🫣 Welcome to the article on ~ Git Submodules ! The Git submodules technology was created to help developers embed multiple repositories in your parent repository.Promoting technical advantages to decouple your system with version control so you can split your monorepo packages into their very own repositories. πŸ“¦ You guessed it! πŸ₯Ή This means each of the applets in your project will have their very own pipelines πŸš€ Let’s take a look at git submodules in the link below! πŸ“š

Multiple SSH Key Account Management

Posted on Sun, Nov 27, 2022 security ssh git

As we often have to work on multiple projects, from personal to work related, we may not want to use the same profiles. We may also wish to port our previous configurations to a new device with ease. My new article will guide you through the creation of SSH KEYS and how to manage multiple accounts with them. Interesting, right? Let’s get started ! click on the article ➑️