Is it possible to change it to the same project if the git address is the same?
See original GitHub issueI 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:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top 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 >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
wakatime/wakatime#105 added project detection from git submodules.
OK, I’ll submit a PR into wakatime-cli to do that 😃