You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -173,7 +172,7 @@ If you do not like the default marker or color configuration, you can [customize
173
172
174
173
## `git add`
175
174
176
-
### (Beta)
175
+
### **🚧 This feature is currently in beta 🚧**
177
176
178
177
![git add demo][git add demo]
179
178
@@ -208,7 +207,7 @@ You can view `git branch` in tree form. This works especially well if your branc
208
207
209
208
## `git commit`
210
209
211
-
### (Beta)
210
+
### **🚧 This feature is currently in beta 🚧**
212
211
213
212
![git commit demo][git commit demo]
214
213
@@ -224,16 +223,6 @@ Quickly `git diff` files by passing item labels into the subcommand. This comman
224
223
225
224
> **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.
226
225
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
-
237
226
## `git status`
238
227
239
228
![git status demo][git status demo]
@@ -315,7 +304,6 @@ Be sure to check out the tools that inspired me to create this project!
0 commit comments