Zeffiro downloader and pusher #45
sampsapursiainen
started this conversation in
Show and tell
Replies: 1 comment
-
I would personally not recommend using the pusher tool. In its current state it is not robust enough to handle merge conflicts and such, and seems to be using the Git should only be used as a separate program, either from the command line or via a mature graphical Git client, such as the ones listed here: https://git-scm.com/downloads/guis. There is a draft of the recommended Git practises for the project in the file https://github.com/sampsapursiainen/zeffiro_interface/blob/main_development_branch/CONTRIBUTING.md. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Link: https://www.youtube.com/watch?v=G2aJZ2fA8ug
This video shows how zeffiro_downloader.m allows setting up a local repository that is automatically updated with the remote origin and how pushing new contents can be done via a pusher tool. The downloader can be obtained on Matlab's command line via: urlwrite('https://raw.githubusercontent.com/sampsapursiainen/zeffiro_interface/master/zeffiro_downloader.m','zeffiro_downloader.m');
Beta Was this translation helpful? Give feedback.
All reactions