-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add files for disable, disableHardReset, checkEveryTime
- Loading branch information
Showing
4 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
disableAutoUpdate | ||
.autoUpdate* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# autoupdateBashScript | ||
template to auto-update bash-scripts | ||
template to auto-update a project over bash-script | ||
|
||
## configuration | ||
* set AUTOUPDATE_DISABLE or add file ``disableAutoUpdate`` to disable auto-update | ||
* set AUTOUPDATE_NO_LOCAL_RESET to skip a local git-hard-reset | ||
* set AUTOUPDATE_CHECK_EVERY_TIME to check updates every call (default once per day) | ||
* set AUTOUPDATE_DISABLE or add file ``.autoUpdateDisable`` to disable auto-update | ||
* set AUTOUPDATE_NO_LOCAL_RESET or add file ``.autoUpdateDisableHardReset`` to skip a local git-hard-reset | ||
* set AUTOUPDATE_CHECK_EVERY_TIME or add file ``.autoUpdateCheckEveryTime`` to check updates every call (default once per day) | ||
* set AUTOUPDATE_BRANCH to use a different branch (default: main) | ||
* set AUTOUPDATE_GIT_BIN if there is a problem detecting git-binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters