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.

Is it possible to change it to the same project if the git address is the same?

See original GitHub issue

I don’t know if this is a bug:

When I make a change in OthProj(it’s a git submodule) in RootProject, my time will be counted under RootProject.

The structure is:

RootProject
|  OthProj (as submodule)

Is it possible to change it to the same project if the git address is the same?

For this example, whether I’m in the OthProj in RootProject, or directly in OthProj, the time spent will be counted in OthProj.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
alanhamlettcommented, Mar 18, 2018

wakatime/wakatime#105 added project detection from git submodules.

0reactions
jaychsucommented, May 27, 2017

OK, I’ll submit a PR into wakatime-cli to do that 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I change the URI (URL) for a remote Git repository?
Open Terminal. Ist Step:- Change the current working directory to your local project. 2nd Step:- List your existing remotes in order to get...
Read more >
How To Change Git Remote Origin - devconnected
If you want to change your Git origin remote using SSH authentication, you can use the same “git remote set-url” command but you...
Read more >
Managing remote repositories - GitHub Docs
Open TerminalTerminalGit Bash. · Change the current working directory to your local project. · List your existing remotes in order to get the...
Read more >
Advanced Merging - Git SCM
Merging in Git is typically fairly easy. Since Git makes it easy to merge another branch multiple times, it means that you can...
Read more >
How to Change a Git Remote - Career Karma
You can change a Git remote URL using the git remote set-url command. Navigate to the repository whose remote URL you want to...
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