@@ -40,23 +40,23 @@ Step by Step guide to adding your dataset to the DLAB organization
4040 - Git Bash
4141 - Github Desktop
4242 - VS Code
43- 3 ) GUIDE FOR: Open terminal or Powershell in VS Code
44- 4 ) Clone your main repo to your local devices
45- 5 ) Run these commands:
46- 6 ) git clone URL
47- 7 ) cd REPONAME
48- 8 ) Ex) git clone https://github.com/sadak2004/gitsubmodulerepo.git
49- 9 ) cd gitsubmodulerepo
50- 10 ) Now add the second repo as a submodule inside a folder.
51- 11 ) Run these commands:
52- 12 ) Git submodule add URLSUBREPO
53- 13 ) ex) git submodule add https://github.com/sadak2004/subrepo.git
54- 14 ) Commit and push the changes.
55- 15 ) Run these commands:
56- 16 ) git add .gitmodules REPONAME
57- 17 ) git commit -m "COMMIT MESSAGE"
58- 18 ) git push origin main
59- 19 ) For further help/information: visit this link https://gist.github.com/gitaarik/8735255
43+ 2 ) GUIDE FOR: Open terminal or Powershell in VS Code
44+ 3 ) Clone your main repo to your local devices
45+ 4 ) Run these commands:
46+ - git clone URL
47+ - cd REPONAME
48+ - Ex) git clone https://github.com/sadak2004/gitsubmodulerepo.git
49+ - cd gitsubmodulerepo
50+ 5 ) Now add the second repo as a submodule inside a folder.
51+ 6 ) Run these commands:
52+ - Git submodule add URLSUBREPO
53+ ex) git submodule add https://github.com/sadak2004/subrepo.git
54+ 7 ) Commit and push the changes.
55+ 8 ) Run these commands:
56+ - git add .gitmodules REPONAME
57+ - git commit -m "COMMIT MESSAGE"
58+ - git push origin main
59+ 9 ) For further help/information: visit this link https://gist.github.com/gitaarik/8735255
6060
6161***
6262
0 commit comments