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

Add a babs-save command. #193

Closed
smeisler opened this issue Mar 17, 2025 · 2 comments · Fixed by #236
Closed

Add a babs-save command. #193

smeisler opened this issue Mar 17, 2025 · 2 comments · Fixed by #236
Labels
enhancement New feature or request

Comments

@smeisler
Copy link
Contributor

smeisler commented Mar 17, 2025

Summary

Not sure what people think about this, but the basic idea is that babs-save could be a wrapper around

cd ${project_root}/analysis
datalad save -m ${commit_message}
datalad push --to input

Benefit

The last step is probably unintuitive for non-datalad users, but is necessary for changes to code to be propogated to the BABS jobs.

Next steps

@smeisler smeisler added the enhancement New feature or request label Mar 17, 2025
@smeisler
Copy link
Contributor Author

Maybe something like this was already an idea? #59

@tientong98
Copy link
Contributor

I think #59 is a lot more involved than just wrapping what you suggested. We'll call this babs sync-code

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

Successfully merging a pull request may close this issue.

2 participants