Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Jun 22, 2023
1 parent aa2039b commit 193778b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ go install github.com/JunNishimura/Goit@latest
- [x] `init` - initialize Goit, make .goit directory where you init
- [x] `add` - make goit object and register to index
- [x] `commit` - make commit object
- [x] `rm` (**NEW FEATURE🎉**) - remove from the working tree and the index
- [x] `branch` - manipulate branches
- [x] `switch` - switch branches
- [x] `restore` - restore files
- [x] `reset` (**NEW FEATURE🎉**) - reset HEAD to the specified state
- [x] `reset` - reset HEAD to the specified state
- [x] `log` - show commit history
- [x] `reflog` - show reference log
- [x] `config` - set config. e.x.) name, email
Expand All @@ -45,7 +46,6 @@ go install github.com/JunNishimura/Goit@latest

### Future
- [ ] tag
- [ ] rm
- [ ] checkout
- [ ] merge
- [ ] stash
Expand Down

0 comments on commit 193778b

Please sign in to comment.