Skip to content

Commit b315334

Browse files
authored
Merge pull request #10 from AMES-DLAB/sadak2004-patch-1
Update how_to_add_a_dataset.md
2 parents 8df54b5 + ec243fa commit b315334

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/_pages/documentation/how_to_add_a_dataset.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)