53 lines
914 B
Markdown
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**
|
|
|
|

|
|
|
|
2. Verify the remote repository and branch then click the **Push** button.
|
|
|
|

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

|
|
|
|
---
|
|
|
|
# Pull Changes
|
|
|
|
## Objective
|
|
|
|
Retrieve updates from the remote repository and merge them into the local repository.
|
|
|
|
## Steps
|
|
|
|
1. Click: **Git → Pull**
|
|
|
|

|
|
|
|
2. Verify the remote branch then click **Pull**.
|
|
|
|

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

|