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

53 lines
914 B
Markdown

---
sidebar_position: 3
title: "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](img/8.png)
2. Verify the remote repository and branch then click the **Push** button.
![Push Dialog](img/9.png)
3. After a successful push, you should get the following notification.
![Push Notification](img/10.png)
---
# Pull Changes
## Objective
Retrieve updates from the remote repository and merge them into the local repository.
## Steps
1. Click: **Git → Pull**
![Git Pull Menu](img/11.png)
2. Verify the remote branch then click **Pull**.
![Pull Dialog](img/12.png)
3. After a successful pull, you should get the following notification.
![Pull Notification](img/13.png)