Allow a specific branch to be cloned

Started by TNT man on

Topic category: Feature requests and ideas for MCreator

Last seen on 13:14, 26. May 2020
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Allow a specific branch to be cloned

since you can clone projects, wh not beable to clone a specific branch? or create a pull request for your changes? that would be super useful for collaboration with git and github, as right now ts a pain to do so. First you need to create a branch, then use github desktop or another git client to clone the branch, then import the project, then do changes, then commit to the branch, on github create a pull request, then once the creator approves and you want to make another change you have to do all that AGAIN. It would be super useful to just create a branch, open mceator, put in the git repo, then select a branch and put in your credentials. Then you can make your change, push to the remote, and then in Creator make a pull request, once its been accepted then lets say 7 day later you need to make another change, so you open the project, tell Creator to make a new branch, do your changes and then push and crate that pull request, easy.