Skip to content

Commit

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

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

0 comments on commit 4d98001

Please sign in to comment.