-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(git): Make
git add
work for deleted files
Previously, this: ```sh > rm deleted.txt > git add deleted.txt ``` ...would unhelpfully complain that deleted.txt cannot be found. Now, it records the deleted file to the index, just as canonical git does.
- Loading branch information
1 parent
057b3ac
commit 9551544
Showing
1 changed file
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters