Created
January 20, 2020 02:38
-
-
Save Willamin/c88ebb95b987d8be1fbbaceb5a0d5326 to your computer and use it in GitHub Desktop.
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
$ git add vendor/radix | |
warning: adding embedded git repository: vendor/radix | |
hint: You've added another git repository inside your current repository. | |
hint: Clones of the outer repository will not contain the contents of | |
hint: the embedded repository and will not know how to obtain it. | |
hint: If you meant to add a submodule, use: | |
hint: | |
hint: git submodule add <url> vendor/radix | |
hint: | |
hint: If you added this path by mistake, you can remove it from the | |
hint: index with: | |
hint: | |
hint: git rm --cached vendor/radix | |
hint: | |
hint: See "git help submodule" for more information. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment