Skip to content

Instantly share code, notes, and snippets.

View hmasum52's full-sized avatar
🎯
Focusing

Hasan Masum hmasum52

🎯
Focusing
View GitHub Profile
@MJKSabit
MJKSabit / Submodule.md
Created October 15, 2021 17:02
How to add multiple repositories in a single repository in GitHub

Git Submodule for Multiple Git

  1. Add Git Module to Project
git submodule add <remote-link>
  1. For updating with the latest version of submodule