Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

branch based git integration #6

Open
RealJohnSmith opened this issue Feb 20, 2017 · 2 comments
Open

branch based git integration #6

RealJohnSmith opened this issue Feb 20, 2017 · 2 comments

Comments

@RealJohnSmith
Copy link
Contributor

Keep information about time spent on HEADs of different branches -> when checking out branch, time spent also checks out and IDE will keep updating new time in new branch. Same thing for stack-ed commits.

@RealJohnSmith
Copy link
Contributor Author

And when applying from stack, it should add the stack time to branch time, not replace it (as checking out branches should do)

@Darkyenus
Copy link
Owner

post-checkout hook could be used to implement this (not stash, as it has no hooks). But I am not sure if this can be done intuitively. Binding tracked time to some task system like proposed in #9 seems easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants