Sakshi from KushoAIforSoftwareDeepDivessoftware-deep-dives.hashnode.dev路Oct 18, 2024What is a GIT submodule and what's the best way to work with them?This blog is written by Akshat Virmani at KushoAI. We're building the fastest way to test your APIs. It's completely free and you can sign up here. When working with large organizations or multiple repositories, leveraging or depending on different r...Discussgit-submodule
Ajat Darojatajatdarojat45.id路Jul 17, 2024Panduan Lengkap Menangani Submodule GitPernah gak mengalami folder di project aplikasi kita menjadi submodule atau isi nya menjadi kosong? seperti gambar pada gambar. Hal tersebut biasanya terjadi karena subfolder dari directory aplikasi kita terdapat folder .git. Itu yang menyebabkan fo...DiscussGit
Dhairya Vermarajurastogi.hashnode.dev路Jun 25, 2024How I used the private go module in my repoIn one of my recent projects, I aimed to create a Go module that would house a collection of common utility functions. This module was intended to be used across all repositories within our organization. Creating go module Creating a Go module is rel...Discuss路42 readsgolang
Mritunjay Kumarcodecomponents.hashnode.dev路May 20, 2024Working with submodules in githubMake sub repository inside main repository. Assume you have a project that contains two folders, server and client, to manage the repository called submodules. To set up Git submodules with separate repositories for the client and server, and a main...DiscussGitHub
Mayowa Ogungbolaphensics.hashnode.dev路Jan 22, 2024Solving Git Submodule Error In Foundry Project: 'git submodule exited with code 1 | 128'Swooping through the new Patrick Collins Smart Contract Foundry course with a froggy drive only to get stuck on an error git submodule exited with code 1". or `git submodule exited with code 128` Well, let's get fixxy...馃 Replicating The Error The e...Discuss路2 likes路166 readsfoundry
Amrutha Damruthadronamraju.hashnode.dev路Oct 26, 2023Git Submodules Vs Google鈥檚 Repo ToolGit Submodules vs. Google's Repo Tool: What are Git Submodules? Git submodules are a feature of the Git version control system that allows you to include one Git repository as a subdirectory inside another Git repository. This is useful when you wan...Discuss路35 readsDevOps Interview Q/Agit-submodule
Sidharthan Chandrasekaran KamarajforThe Bug Shotsthebugshots.dev路Sep 24, 2023Git Submodules: A Game-Changer for Streamlining Microservices DevelopmentIn the world of microservices development, maintaining consistency across different repositories can be a real challenge. It's not uncommon to find duplicated code, configuration files, and development environments across various microservices. Howev...Discuss路53 readsGit
RAJverreauxblack.hashnode.dev路May 23, 2023Understanding Git Submodules: A Comprehensive GuideIntroduction: Git submodules are a powerful feature in Git that allows you to include one Git repository as a subdirectory within another repository. This functionality enables you to manage dependencies, incorporate external projects, or reuse code ...Discuss路54 readsgit-submodule