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:
@@ -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
|
||||
# ----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user