diff --git a/README.md b/README.md index a08ce15..e30e834 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ Below are important caveats and considerations to think about prior to installat git branch --last ``` -2. Add the first pathspec in the list derived from [`git-status --numbered`](https://github.com/nickolasburr/git-extend/blob/master/templates/git-status#L19-L36) (see [`git-add`](https://github.com/nickolasburr/git-extend/blob/master/templates/git-add)). +2. Add the first pathspec in the list derived from [`git status --numbered`](https://github.com/nickolasburr/git-extend/blob/master/templates/git-status#L19-L36) (see [`git-add`](https://github.com/nickolasburr/git-extend/blob/master/templates/git-add)). ``` git add %1 @@ -174,7 +174,7 @@ A command closure is an executable script that provides additional context when + Reachable from the `PATH` of the user + Executable -To verify a command closure is usable, run `type -all git-`, where `` is the name of the corresponding Git command. +To verify a command closure is usable, run `type -all git-`. Templates are provided for several porcelain commands, including: diff --git a/man/git-extend.1.gz b/man/git-extend.1.gz new file mode 100644 index 0000000..ed73352 Binary files /dev/null and b/man/git-extend.1.gz differ