Versions Compared

Key

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

...

Code Block
$ git add <modified|add|deleted-files>
$ git commit -m "RANGER-<JIRANUMBER>: <description of the JIRA fix>"
 6. After you committed your change into your local repo, you should be able to create a patch using the following command:

...

This command should create a git patch file under the current directory. Attach the patch file to the Apache JIRA and provide your comment about the solution. An Apache Ranger committer should be able to review your patch and provide feedback or commit to Apache Argus.

 

...

    7. For pulling latest source changes from Apache Ranger, you can execute the following command to get latest code changes from remote apache repo to your local repo:

...