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
aho rm should stage that change for commit, but status shows not staged.
$ aho init
Initialized empty Git repository in .aho
$ aho add .
$ aho commit -m "initial commit"
[main a764e1c] initial commit
$ aho rm test/README.md
rm 'test/README.md'
$ aho status
On branch main
Changes not staged for commit:
(use "aho add <file>..." to update what will be committed)
(use "aho restore <file>..." to discard changes in working directory)
deleted: test/README.md
The text was updated successfully, but these errors were encountered:
aho rm
should stage that change for commit, butstatus
shows not staged.The text was updated successfully, but these errors were encountered: