Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
git clone https://code.rdkcentral.com/r/<component-name> <component-name> -b <branch-name> 
cd <component-name>
gitdir=$(git rev-parse --git-dir); curl -o ${gitdir}/hooks/commit-msg httpsmsg https://code.rdkcentral.com/r/tools/hooks/commit-msg msg ; chmod +x ${gitdir}/hooks/commit-msg)

Click here to find the details about <component-name> & <branch-name> for code submission .

...