From 7918b41c6995057656db44749b07cf2d255869d6 Mon Sep 17 00:00:00 2001 From: liu-yucheng Date: Mon, 28 Mar 2022 20:39:02 +0800 Subject: [PATCH] Fixed pull-updates --- lyc-git-bash-utils/exes/gbu-pull-updates.bash | 2 +- package-info.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.