Skip to content

Commit

Permalink
update(git-submodule): add submodule to specific path
Browse files Browse the repository at this point in the history
issue #104
  • Loading branch information
sabertazimi committed Nov 25, 2018
1 parent 05dd245 commit b14f0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programming/tools/git/gitBasicNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ git fetch <repo_name> <branch_name>
- add submodule

```bash
git submodule add git://github.com/chneukirchen/rack.git rack
git submodule add git://github.com/chneukirchen/rack.git ./lib/rack
cat .gitmodules
```

Expand Down

0 comments on commit b14f0b3

Please sign in to comment.