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 24, 2023
1 parent 1b7baba commit 32695a9
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,11 +28,12 @@ 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] `rm` - remove from the working tree and the index
- [x] `branch` - manipulate branches
- [x] `switch` - switch branches
- [x] `restore` - restore files
- [x] `reset` - reset HEAD to the specified state
- [x] `status` (**NEW FEATURE🎉**) - show the working tree status
- [x] `log` - show commit history
- [x] `reflog` - show reference log
- [x] `config` - set config. e.x.) name, email
Expand All @@ -49,7 +50,6 @@ go install github.com/JunNishimura/Goit@latest
- [ ] checkout
- [ ] merge
- [ ] stash
- [ ] status
- [ ] revert
- [ ] diff
- [ ] read-tree
Expand Down

0 comments on commit 32695a9

Please sign in to comment.