We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a710c9 + 78ca62a commit 2d093bbCopy full SHA for 2d093bb
lyc-git-bash-utils/exes/gbu-pull-updates.bash
@@ -41,7 +41,7 @@ __main() {
41
(
42
set -o xtrace # Turn command tracing on
43
44
- git pull --no-edit --no-ff --rebase=true --autostash --force $remote_name "*:*"
+ git pull --no-edit --no-ff --autostash --force $remote_name "*:*"
45
)
46
47
exit 0
package-info.bash
@@ -11,7 +11,7 @@ _gbu_incl_package_info=1
11
# Name.
12
_gbu_name=lyc-git-bash-utils
13
# Version.
14
-_gbu_ver=1.0.1
+_gbu_ver=1.0.2
15
# Description.
16
_gbu_desc="LYC's personal Git Bash utility application."
17
# Author.
0 commit comments