User Tools

Site Tools


merge_rma_develop
  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
  git add
  git commit
  git push
merge_rma_develop.txt · Last modified: 2018/01/01 18:32 by sweitmann