Versions Compared

Key

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

...

6. Push the changes back to your repo

Push your changes back to your repo in GitHub.

Code Block
git push -u origin <newBranchName>

When you do, the Compare & pull request button will appear in GitHub.

...

...

7. Create a new pull request at liquibase/liquibase

...