Custom Search

Monday, December 29, 2014

Gerrit error missing Change-Id in commit message footer

1)
Got Project directory and Add hook

#gitdir=$(git rev-parse --git-dir); scp -p -P 29418 sajuptpm@review.openstack.org:hooks/commit-msg ${gitdir}/hooks/

2)
Run --amend, if you already committed the changes and bring Change-Id automatically in the commit message
#git commit --amend

3)
Push the changes
#git review












1 comment: