Skip to content

Commit

Permalink
Update FAQs section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolasburr committed Mar 13, 2018
1 parent 7092645 commit 5b2ec6f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@ With `git-config`, you're confined to variables designated for the builtin. Ther
A shell alias is just that - an alias you have to remember, or look up. A shell function works, but isn't truly scalable.

> Why not make use of hooks?
> What about hooks?
Hooks are great for certain actions, but are limited by design.
Hooks are great for certain actions, but are predetermined and, therefore, limited.

> Can I still use the builtin options for the command?
Absolutely. That's the entire point of `git-extend`. In essence, it can be thought of as a closure providing _additional_ options and functionality.

## Installation

Expand Down

0 comments on commit 5b2ec6f

Please sign in to comment.