-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement features for repoaction #6
Comments
Hi @anandhu-eng all the repo actions seems to be working fine now. But I'm thinking of the below situation.
I think we should handle "3" in an automated way. We can check if there are any local changes and if not checkout to the new commit. |
Hi @arjunsuresh , this would be a nice addition as it could be used when we are distributing |
I tried to replicate the same, the
why 2.1? If there is no local changes, we have an option to checkout to another commit hash through |
@anandhu-eng I think for now we can output a warning for the "2.1" case and if there are no local changes, do "git fetch && git checkout " |
We need to support all features needed for MLC RepoAction like
mlc pull repo
and verify if the output are as expected.The text was updated successfully, but these errors were encountered: