You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
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).
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.
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;
The text was updated successfully, but these errors were encountered: