Merge pull request #206 from eballerini/apply-alias

added 'git apply' alias

Don't see a completely compelling case where `git apply` really benefits from having access to scm_breeze index shortcuts. `gapp` alias could be pruned in the future.
This commit is contained in:
Willa D
2016-08-28 15:09:44 -04:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ git_submodule_update_alias="gsu"
git_submodule_update_rec_alias="gsur"
git_top_level_alias="gtop"
git_whatchanged_alias="gwc"
git_apply_alias="gapp"
# Hub aliases (https://github.com/github/hub)
git_pull_request_alias="gpr"