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

Dura doesn't create any branches on github codespaces #120

Open
silvergasp opened this issue Jul 13, 2022 · 2 comments
Open

Dura doesn't create any branches on github codespaces #120

silvergasp opened this issue Jul 13, 2022 · 2 comments

Comments

@silvergasp
Copy link

I'm new to using dura, so I might be doing something wrong. I've had dura running in the background for the last 30min or so (e.g. via dura serve &). See terminal output below;

@silvergasp ➜ /workspaces/embedded_controller (main ✗) $ ps
  PID TTY          TIME CMD
 3596 pts/0    00:00:00 bash
 5004 pts/0    00:00:00 dura
 7420 pts/0    00:00:00 ps
@silvergasp ➜ /workspaces/embedded_controller (main ✗) $ git branch
* main
@silvergasp ➜ /workspaces/embedded_controller (main ✗) $ 

Note that the only branch is the 'main' branch.

Note that this is running in Github codespaces on the latest version of ubuntu;

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.4 LTS
Release:        20.04
Codename:       focal
@tkellogg
Copy link
Owner

It's hard to say what's going on. Did you run dura watch? This lets dura know where to look for changes. Scamming the whole hard disk is too much work. Also, you won't see any commits or branches until you change a file (it's quiet by default).

@silvergasp
Copy link
Author

I haven't tried using dura watch. I was just running 'dura serve &' from the git checkout. I'll give that a go and report back. I was definitely changing files, as I just had it running in the background while I was actively working on a project.

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

No branches or pull requests

2 participants