Skip to content

Commit 2d093bb

Browse files
committed
main branch merged rel branch
2 parents 0a710c9 + 78ca62a commit 2d093bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lyc-git-bash-utils/exes/gbu-pull-updates.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ __main() {
4141
(
4242
set -o xtrace # Turn command tracing on
4343

44-
git pull --no-edit --no-ff --rebase=true --autostash --force $remote_name "*:*"
44+
git pull --no-edit --no-ff --autostash --force $remote_name "*:*"
4545
)
4646

4747
exit 0

package-info.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ _gbu_incl_package_info=1
1111
# Name.
1212
_gbu_name=lyc-git-bash-utils
1313
# Version.
14-
_gbu_ver=1.0.1
14+
_gbu_ver=1.0.2
1515
# Description.
1616
_gbu_desc="LYC's personal Git Bash utility application."
1717
# Author.

0 commit comments

Comments
 (0)