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 17, 2023
1 parent 499ff63 commit b189c64
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 @@ -29,9 +29,10 @@ go install github.com/JunNishimura/Goit@latest
- [x] `add` - make goit object and register to index
- [x] `commit` - make commit object
- [x] `branch` - manipulate branches
- [x] `switch` (**NEW FEATURE🎉**) - switch branches
- [x] `switch` - switch branches
- [x] `restore` - restore files
- [x] `log` - show commit history
- [x] `reflog` (**NEW FEATURE🎉**) - show reference log
- [x] `config` - set config. e.x.) name, email
- [x] `cat-file` - show goit object data
- [x] `ls-files` - show index
Expand All @@ -44,7 +45,6 @@ go install github.com/JunNishimura/Goit@latest
### Future
- [ ] tag
- [ ] rm
- [ ] reflog
- [ ] checkout
- [ ] merge
- [ ] stash
Expand Down

0 comments on commit b189c64

Please sign in to comment.