Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Best way to "update"? #322

Open
zdat opened this issue Feb 26, 2024 · 3 comments
Open

Best way to "update"? #322

zdat opened this issue Feb 26, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@zdat
Copy link

zdat commented Feb 26, 2024

What is the best practice if I want to use a newer version of the script?

Just run it over top of the old one? (and of course stop using the old one?)

Also is it recommended to re-do my "revert" scripts when I "update"?

Thanks.

@zdat zdat added the enhancement New feature or request label Feb 26, 2024
@femdiya
Copy link

femdiya commented Feb 26, 2024

There's no so-called "updates to the script" or at least most of the times.
Using GitHub, you can "watch" a repository for new releases AND commits to the main code, so you can get notified each time something changes, just click on eye icon and select all activity.
And answering your second question:
Don't. It's just pointless.

@zdat
Copy link
Author

zdat commented Feb 27, 2024

There's no so-called "updates to the script" or at least most of the times. Using GitHub, you can "watch" a repository for new releases AND commits to the main code, so you can get notified each time something changes, just click on eye icon and select all activity. And answering your second question: Don't. It's just pointless.

I'm mainly asking when a new version of the script is released, and I want to run it, is it ok just to run it over top of the old one?

I have some reverts that I need to run sometimes to make certain stuff work, and I don't want to be in a situation where they don't work because of miss-matched stuff.

What is the best way to handle this stuff?

@femdiya
Copy link

femdiya commented Feb 28, 2024

I'm mainly asking when a new version of the script is released, and I want to run it, is it ok just to run it over top of the old one?

Yes, you can. But for most of the times, it's not necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants