dspinellis / dspinellis/effective-debugging
Page 66. Item 26, line 7 from bottom
Open
- Dominant language
- Java
- Stars
- 53
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
The second command for deleting for aborting the failed experiment
```
$ git checkout -D issue-work-1234
```
should be read as
```
$ git branch -D issue-work-1234
```
Spotted and corrected by Naohiro Ooiwa-san.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.