Skip to content

Commit eeaf829

Browse files
committed
Updating README
1 parent a57cf2e commit eeaf829

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

+2-14
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
+ [`git branch`](#git-branch)
3636
+ [`git commit`](#git-commit)
3737
+ [`git diff`](#git-diff)
38-
+ [`git restore`](#git-restore)
3938
+ [`git status`](#git-status)
4039
* [Rootless Mode](#rootless-mode)
4140
* [Configuration/Customization](#configurationcustomization)
@@ -173,7 +172,7 @@ If you do not like the default marker or color configuration, you can [customize
173172

174173
## `git add`
175174

176-
### (Beta)
175+
### **🚧 This feature is currently in beta 🚧**
177176

178177
![git add demo][git add demo]
179178

@@ -208,7 +207,7 @@ You can view `git branch` in tree form. This works especially well if your branc
208207

209208
## `git commit`
210209

211-
### (Beta)
210+
### **🚧 This feature is currently in beta 🚧**
212211

213212
![git commit demo][git commit demo]
214213

@@ -224,16 +223,6 @@ Quickly `git diff` files by passing item labels into the subcommand. This comman
224223

225224
> **NOTE:** This command works with item and/or directory labels. If directory labels are provided, all items within that directory that are tracked by Git and contain a Git status will be `diff`ed in the order they appear.
226225
227-
## `git restore`
228-
229-
![git restore demo][git restore demo]
230-
231-
> **NOTE:** Requires a preceeding run in a [labeled mode](#unlocked-functionality-via-item-labels).
232-
233-
Quickly `git restore` files by passing item labels into the subcommand.
234-
235-
> **NOTE:** This command works with item and/or directory labels. If directory labels are provided, all items within that directory that are tracked by Git and contain a Git status will be restored.
236-
237226
## `git status`
238227

239228
![git status demo][git status demo]
@@ -315,7 +304,6 @@ Be sure to check out the tools that inspired me to create this project!
315304
[git branch demo]: https://github.com/JosephLai241/nomad/blob/demo-gifs/gifs/git-branch.gif
316305
[git commit demo]: https://github.com/JosephLai241/nomad/blob/demo-gifs/gifs/git-commit.gif
317306
[git diff demo]: https://github.com/JosephLai241/nomad/blob/demo-gifs/gifs/git-diff.gif
318-
[git restore demo]: https://github.com/JosephLai241/nomad/blob/demo-gifs/gifs/git-restore.gif
319307
[git status demo]: https://github.com/JosephLai241/nomad/blob/demo-gifs/gifs/git-status.gif
320308
[rootless mode demo]: https://github.com/JosephLai241/nomad/blob/demo-gifs/gifs/rootless-mode.gif
321309
[standard-demo]: https://github.com/JosephLai241/nomad/blob/demo-gifs/gifs/standard.gif

0 commit comments

Comments
 (0)