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
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
This comment has been removed by the author.
ReplyDelete