diff --git a/lyc-git-bash-utils/exes/gbu-pull-updates.bash b/lyc-git-bash-utils/exes/gbu-pull-updates.bash index 176735b..e7ca4d2 100755 --- a/lyc-git-bash-utils/exes/gbu-pull-updates.bash +++ b/lyc-git-bash-utils/exes/gbu-pull-updates.bash @@ -41,7 +41,7 @@ __main() { ( set -o xtrace # Turn command tracing on - git pull --no-edit --no-ff --rebase=true --autostash --force $remote_name "*:*" + git pull --no-edit --no-ff --autostash --force $remote_name "*:*" ) exit 0 diff --git a/package-info.bash b/package-info.bash index 2fc0b97..a5d41da 100755 --- a/package-info.bash +++ b/package-info.bash @@ -11,7 +11,7 @@ _gbu_incl_package_info=1 # Name. _gbu_name=lyc-git-bash-utils # Version. -_gbu_ver=1.0.1 +_gbu_ver=1.0.2 # Description. _gbu_desc="LYC's personal Git Bash utility application." # Author.