Added git_augment_current_aliases option if you just want to wrap your

current git aliases, instead of overriding them all with new ones.
This commit is contained in:
Nathan Broadbent
2012-08-13 02:53:04 +12:00
parent e7d7b8b2c1
commit bcce949f3c
2 changed files with 71 additions and 50 deletions

View File

@@ -9,6 +9,11 @@ export gs_max_changes="150"
# - When using the git_add_shorcuts() command, automatically invoke 'git rm' to remove deleted files?
export ga_auto_remove="yes"
# - Set the following option to 'yes' if you want to augment your existing git aliases,
# instead of overwriting them.
# Note: Bash tab completion will not be automatically set up for your aliases if you choose this option.
export git_augment_current_aliases="no"
# Git Index Config
# ----------------------------------------------