Versions Compared

Key

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

...

Code Block
git reset --hard HEAD
git clean -f

8. Push If after review and running the test you want to push the change back to into the Apache repo:

Code Block
git push origin master

...

Code Block
git rebase remotes/origin/trunk

4. Post the change patch file to JIRA and get it reviewed.

...