Add Submodule
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
users-MacBook-Air:GitAdvanced $ git submodule add git@github.com:anjanashankar9/gitBasics.git | |
Cloning into '/*****/Github/GitAdvanced/gitBasics'... | |
remote: Enumerating objects: 19, done. | |
remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 | |
Receiving objects: 100% (19/19), done. | |
Resolving deltas: 100% (3/3), done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment