Skip to content

Commit 10379ee

Browse files
authored
Fix typo in README section about git undo
1 parent ce818e1 commit 10379ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ git back # back to main
2222
git back # back to feature-branch
2323
```
2424

25-
## 3. Did `git undo` accidently? Not a problem: undo it as well. (like Ctrl+Shift+Z)
25+
## 3. Did `git undo` accidently? Just undo it as well. (like Ctrl+Shift+Z)
2626

2727
```bash
2828
git add .

0 commit comments

Comments
 (0)