Refactor git functionality into githelpers.theme.bash

- Add unit tests around git functionality
This commit is contained in:
Dan Wendorf
2017-08-06 12:55:47 -07:00
parent 2df93544ca
commit 150e82b221
4 changed files with 571 additions and 129 deletions

View File

@@ -55,9 +55,11 @@ do
_load_bash_it_files $file_type
done
# Load colors first so they can be used in base theme
# Load colors and helpers first so they can be used in base theme
# shellcheck source=./themes/colors.theme.bash
source "${BASH_IT}/themes/colors.theme.bash"
# shellcheck source=./themes/githelpers.theme.bash
source "${BASH_IT}/themes/githelpers.theme.bash"
# shellcheck source=./themes/base.theme.bash
source "${BASH_IT}/themes/base.theme.bash"