Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

GIT preparation

  • Checkout the project
  • merge changes to "master" branch
  • push
git checkout <url>/<repo>
cd <repo>
git checkout 1.1 && git checkout master
git merge 1.1 --no-ff
# may fix some conflicts, no-ff is required for gerrit to accept a merge if it would have been a fast-forward
git push origin HEAD:refs/for/master
# accept change in gerrit

 

GIT finalization

  • tag
  • push tag
  • No labels