From 2255ed8a87d176cbc6c390be9ac88dd0e2c0f47c Mon Sep 17 00:00:00 2001 From: Jun Nishimura Date: Wed, 14 Jun 2023 01:23:33 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab10870..1a97991 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ 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] `branch` (**NEW FEATURE🎉**) - manipulate branches +- [x] `branch` - manipulate branches +- [x] `switch` (**NEW FEATURE🎉**) - switch branches - [x] `restore` - restore files - [x] `log` - show commit history - [x] `config` - set config. e.x.) name, email @@ -43,7 +44,7 @@ go install github.com/JunNishimura/Goit@latest ### Future - [ ] tag - [ ] rm -- [ ] switch +- [ ] reflog - [ ] checkout - [ ] merge - [ ] stash