We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d65031 commit 36e6cb1Copy full SHA for 36e6cb1
1 file changed
README.md
@@ -29,7 +29,7 @@ The binary will be installed to `$GOBIN` or `$GOPATH/bin`.
29
30
## Quick start
31
32
-Create a profile:
+Create a profile in interactive mode:
33
34
```bash
35
git-profile add
@@ -38,7 +38,7 @@ git-profile add
38
Apply a profile in the current Git repository:
39
40
41
-git-profile use work
+git-profile use
42
```
43
44
## Usage
0 commit comments