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
Anybody experienced that renaming file like mv a b fails with the error message:
mv: cannot move 'a.sh' to 'b.sh': No such file or directory
then git status shows the file is removed but not added:
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
deleted: a.sh
The text was updated successfully, but these errors were encountered:
Anybody experienced that renaming file like
mv a b
fails with the error message:mv: cannot move 'a.sh' to 'b.sh': No such file or directory
then git status shows the file is removed but not added:
The text was updated successfully, but these errors were encountered: