We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e1fbd commit 7d19936Copy full SHA for 7d19936
README.md
@@ -19,9 +19,7 @@ of each file is appended to it.
19
20
## Install
21
```
22
-git clone https://github.com/knugie/git-status-tree.git
23
-cd git-status-tree
24
-./bin/install
+gem install git-status-tree
25
26
27
## Config
@@ -32,15 +30,12 @@ git config --global status-tree.indent <indent>
32
30
33
31
## Uninstall
34
35
-cd path/to/git-status-tree
36
-./bin/uninstall
+gem uninstall git-status-tree
37
38
39
## Try it
40
41
42
43
44
echo "change" >> README.md
45
echo "add untracked" > test/untracked.txt
46
rm DELETEME.txt
0 commit comments