🖇️ for adding or updating submodule
See original GitHub issueHello @carloscuesta 😎!
- Emoji: 🖇️
- Code:
:paperclips:
- Description: The linked paper clips like submodule: a repo link other repo.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
How To Add and Update Git Submodules - devconnected
The first thing you want to do is to add a Git submodule to your main project. In order to add a Git...
Read more >Add, Update, and Remove Git Submodule | phoenixNAP KB
Add, update, or remove Git submodules by following this simple guide. The steps include the necessary commands along with the usage ...
Read more >Git Submodules: Adding, Using, Removing, Updating
The submodule repositories added by git submodule update are “headless”. This means that they aren't on a current branch. To fix this, we...
Read more >How to update Git submodules - TheServerSide.com
Steps to update git submodules · Clone the remote repository, if you haven't already. · Issue a git submodule update –remote command. ·...
Read more >Git - Submodules - Git SCM
Let's start by adding an existing Git repository as a submodule of the repository that we're working on. To add a new submodule...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well, to be fair, every time I used a git submodule I used as a dependency of the current repository, and the example you used is also an example of dependency management with submodules, so I guess it’s pretty fair to the dependencies emojis for submodules.
In fact, if you use a submodule for like, separating areas of a bigger project, in my seeing it can also be considered a dependency.
Let’s close this then!
Thanks to everyone