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

check for new version on execution #46

Open
forkwhilefork opened this issue Jul 25, 2021 · 0 comments
Open

check for new version on execution #46

forkwhilefork opened this issue Jul 25, 2021 · 0 comments

Comments

@forkwhilefork
Copy link
Owner

When the tool is executed, we should check if there is a new version. If there is, we should tell the user and offer to fetch it.

I think we can achieve this by simply doing a git fetch if we haven't done one in the last minute, and checking if the current commit is the most recent.

I think ignoring the branch is okay - that gives the user the option to use a feature branch, or at some point we might have separate develop and stable branches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant