Skip to content

Commit

Permalink
Create GitSubmodules.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TonmoyTalukder authored Aug 11, 2023
1 parent c3b1b85 commit 225db0c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions GitSubmodules.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
git submodule add <git-submodule-repository-url> <path>
git submodule init
git submodule update

git add .
git commit -m "Updated submodule to latest commit"
git push

0 comments on commit 225db0c

Please sign in to comment.