Pushing Changes to Git Repository

After you make changes to your test project and commit them to a local repository, you may need to push them to a remote repository. To do this:

  1. Click Git on the main toolbar.

  2. In the Git panel, click Push.

    Git integration in ReadyAPI: Push changes in Git panel

    The Pull Changes button is only available if your project is connected to a remote repository. If it is not, select Connect to Remote, and you will be taken through the connection process.

    Git integration in ReadyAPI: Connect to a remote repository

Note

You need to pull remote changes (if there are any) before pushing your commits to a remote branch.

Push via the Git project menu

  1. Right-click the project in the Navigator panel and select Git > Push from the context menu.

    Git integration: Push command in context menu

    — or —

    Select Project > Git > Push from the main menu.

    Git integration: Push command in main menu

    Note

    If the command is disabled, make sure you enable integration with Git.

  2. ReadyAPI will ask you to confirm the action. Click Yes.

    Git integration: Confirm push dialog

If you have not connected your project to a remote repository yet, you will have to go through the connection process.

See Also

Publication date: