Currently when using Git within ACS Lite we have two major usability blocks
- Frustrating
There is no option in the source control to set user.name or user.email we need an Author button
Actions made using source control fall back to root and resulting in anonymous authors on remote repositories like GitHub or Gitlab
- Broken and incomplete terminal
The built in terminal runs as root@localhost which isolates it from just using git config to NOT get root as well author
Interactive Git commands fail because no default text editor (like nano or vim) is available (error: cannot run editor: No such file or directory when attempting git rebase -i or default commit messages)
Standard Git operations (git push, commit or etc) frequently fail or hang due to missing credentials, PATH, or environment bindings but even if you have them they still will FAIL
Please fix them I'm not trying to code via ACS and use termux for git
Once you release alpha 6 please add these fixes
Currently when using Git within ACS Lite we have two major usability blocks
There is no option in the source control to set user.name or user.email we need an Author button
Actions made using source control fall back to root and resulting in anonymous authors on remote repositories like GitHub or Gitlab
The built in terminal runs as root@localhost which isolates it from just using git config to NOT get root as well author
Interactive Git commands fail because no default text editor (like nano or vim) is available (error: cannot run editor: No such file or directory when attempting git rebase -i or default commit messages)
Standard Git operations (git push, commit or etc) frequently fail or hang due to missing credentials, PATH, or environment bindings but even if you have them they still will FAIL
Please fix them I'm not trying to code via ACS and use termux for git
Once you release alpha 6 please add these fixes