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

aho rm change not "staged" in status #1

Open
djanderson opened this issue Oct 14, 2021 · 0 comments
Open

aho rm change not "staged" in status #1

djanderson opened this issue Oct 14, 2021 · 0 comments

Comments

@djanderson
Copy link
Owner

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
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

1 participant