Added an alias for 'git add -p'

This commit is contained in:
Will Walthall
2011-10-28 08:00:56 -04:00
parent e541f43d16
commit 456cedb082
3 changed files with 29 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ git_alias="g"
# 1. 'SCM Breeze' functions
git_status_shortcuts_alias="gs"
git_add_shortcuts_alias="ga"
git_add_patch_shortcuts_alias="gap"
git_show_files_alias="gsf"
exec_git_expand_args_alias="ge"
# 2. Commands that handle paths (with shortcut args expanded)