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 63e026e commit 68ef67eCopy full SHA for 68ef67e
README.md
@@ -110,7 +110,7 @@ _OR_
110
cg = "!bash /path/to/git-context-graph/git-context-graph"
111
```
112
113
-Completion is available in `.git-completion.bash`. Source it in one of your shell startup scripts:
+Completion is available in `git-context-graph-completion.bash`. Source it in one of your shell startup scripts:
114
```bash
115
-. "/path/to/git-context-graph/.git-completion.bash"
+. "/path/to/git-context-graph/git-context-graph-completion.bash"
116
.git-completion.bash renamed to git-context-graph-completion.bash
0 commit comments