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

Remote operations #5

Open
brunopostle opened this issue Mar 23, 2023 · 0 comments
Open

Remote operations #5

brunopostle opened this issue Mar 23, 2023 · 0 comments
Labels

Comments

@brunopostle
Copy link
Owner

As of writing there are no remote commands (fetch, remote, pull, push, clone etc..) in the GUI.

This shouldn't stop you from using an external tool (a Git GUI or even the command-line Git) for this stuff, no need to restart blender. ie, if you clone a remote repository the 'origin' will be set in the repository, so you can push any locally committed work to this 'origin'. You can add a 'remote' for somebody else's version of the same project, and fetching this will create a branch in your local repository that you can browse/diff/merge within the blender add-on just like any other local branch.

There are a lot of potential remote operations, adding them all would massively complicate the GUI. What is a minimum? maybe just push and pull with things like the origin being set up using external tools. Even push and pull can result in errors in normal operation, this needs to be handled.

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

No branches or pull requests

1 participant