Skip to content

Commit

Permalink
main branch merged rel branch
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-yucheng committed Mar 28, 2022
2 parents 0a710c9 + 78ca62a commit 2d093bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lyc-git-bash-utils/exes/gbu-pull-updates.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-info.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2d093bb

Please sign in to comment.