Skip to content

Commit

Permalink
Add alias override discussion link to README
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolasburr committed Mar 18, 2018
1 parent cc76b5f commit 80b6b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

> What advantages does git-extend provide that I can't get from git-config?
With `git-config`, you're confined to variables designated for the builtin. There is no builtin override, so the alternative is to define an alias.
With `git-config`, you're confined to variables designated for the builtin. There is [no builtin override](http://git.661346.n2.nabble.com/allowing-aliases-to-override-builtins-to-support-default-options-td2438491.html), so the alternative is to define an alias.
With `git-extend`, user-defined options and functionality wrap the builtin, providing convenient control over invocation context.

> What advantages does git-extend provide that I can't get from a shell alias? Or a shell function?
Expand Down

0 comments on commit 80b6b37

Please sign in to comment.