daedalus-rwx
daedalus-rwx
**Is your feature request related to a problem? Please describe.** Starting `--watcher` mode depends on manual input or shell aliasing on the system. **Describe the solution you'd like** Configure default...
## Scenario I installed `gitui` on my bash. Unfortunately, the command bar display didn’t turn out well. This happened because of some customizations to my terminal theme. In the `gitui`...
## Scenario Consider I made a mistake when discarding commits. I completely reset the last 3 commits: ```bash git reset --hard HEAD~3 ``` I went back to the working directory...