Skip to content

Commit

Permalink
Merge branch 'docs/man'
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolasburr committed Mar 18, 2018
2 parents 5c9ec2c + fff5cbf commit 3143f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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-<COMMAND>`, where `<COMMAND>` is the name of the corresponding Git command.
To verify a command closure is usable, run `type -all git-<COMMAND>`.
Templates are provided for several porcelain commands, including:
Expand Down
Binary file added man/git-extend.1.gz
Binary file not shown.

0 comments on commit 3143f73

Please sign in to comment.