Skip to content

Commit 77f24a5

Browse files
committed
Merges branch 'master' of github.com:git-utilities/git-shell-commands
2 parents ce1ce44 + cf97d5a commit 77f24a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bundle-update

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ source "${__DIR__}/shared_functions/modules/argument-parser/argument-parser.sh"
2121
## Provides: __license__ <description> <author>
2222
source "${__DIR__}/shared_functions/license"
2323

24+
## Provides: git_add_commit <string>
25+
source "${__DIR__}/shared_functions/git_shortcuts"
26+
2427

2528
usage(){
2629
_message="${1}"
@@ -97,6 +100,7 @@ if ! [ -d "${_git_path}/.bundle" ]; then
97100
fi
98101

99102
bundle update
103+
git_add_commit "Updated bundler configurations"
100104
cd "${_pwd}"
101105

102106

0 commit comments

Comments
 (0)