User Tools

Site Tools


merge_rma_develop

This is an old revision of the document!


  git clone https://github.com/sl-community/rmac rmac
  git clone https://github.com/ledger123/runmyaccounts
  
  cd runmyaccounts
  git checkout develop
  git pull
  cd ..
  
  cd rmac
  git remote add rma-develop ../runmyaccounts
  git fetch rma-develop
  git branch -a
  
  git branch rma-develop remotes/rma-develop/develop
  
  git merge rma-develop
merge_rma_develop.1514831499.txt.gz · Last modified: 2018/01/01 18:31 by sweitmann