Skip to content

How to pluginize with git

Laura edited this page May 25, 2018 · 2 revisions
  1. Set yaiza's remote git

git remote add yaiza https://github.com/yaizar/scipion.git

git fetch yaiza

  1. Create new branch from Yaiza's pluginization_install_config branch

git checkout -b pluginizando_bsoft yaiza/pluginization_install_config

  1. Work on local branch
  2. Push to my remote

git push ldelcano (does not set upstream) or

git push -u ldelcano (set upstream)

Clone this wiki locally