triz-docs/docs/git-operations/jetbrains/push-pull.md
2026-04-29 09:22:52 +01:00

914 B

sidebar_position title
3 Push & Pull Changes

Push & Pull Changes


Push Changes

Objective

Send committed changes from the local repository to the remote repository.

Steps

  1. Use one of the following methods:
    1. Click: Git → Push
    2. Or press: Ctrl + Shift + K

Git Push Menu

  1. Verify the remote repository and branch then click the Push button.

Push Dialog

  1. After a successful push, you should get the following notification.

Push Notification


Pull Changes

Objective

Retrieve updates from the remote repository and merge them into the local repository.

Steps

  1. Click: Git → Pull

Git Pull Menu

  1. Verify the remote branch then click Pull.

Pull Dialog

  1. After a successful pull, you should get the following notification.

Pull Notification