Thursday, 5 March 2020

Gerrit change meta config

To get Gerrit repository meta config:
 
git fetch origin refs/meta/config:refs/remotes/origin/meta/config
git checkout meta/config
 
And upload your changes:
 
git commit -a -m "Added label - Verified"
git push origin meta/config:meta/config
  

No comments:

Post a Comment