question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

🖇️ for adding or updating submodule

See original GitHub issue

Hello @carloscuesta 😎!

  • Emoji: 🖇️
  • Code: :paperclips:
  • Description: The linked paper clips like submodule: a repo link other repo.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
vhoyercommented, May 4, 2021

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.

0reactions
carloscuestacommented, May 8, 2021

Let’s close this then!

Thanks to everyone

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found