This plugin currently only operates on the local repository and doesn't interact with remotes. I want this plugin to stay simple, so I don't want to throw in a feature that hasn't been fully thought out. We need to think about:
- what are the use cases for this feature? what alternatives/workarounds are available?
- how to handle multiple remotes?
- how should remotes affect output? (e.g. for listing branches, should we list 'origin/branchName' or just 'branchName')
This plugin currently only operates on the local repository and doesn't interact with remotes. I want this plugin to stay simple, so I don't want to throw in a feature that hasn't been fully thought out. We need to think about:
git cloneprovisioner