86 lines
1.5 KiB
Markdown
86 lines
1.5 KiB
Markdown
---
|
||
sidebar_position: 3
|
||
title: "Push & Pull Changes"
|
||
---
|
||
|
||
# Push Changes
|
||
|
||
## Objective
|
||
|
||
Send committed changes from the local repository to the remote repository.
|
||
|
||
## Steps
|
||
|
||
1. Ensure at least one commit exists locally.
|
||
2. Right‑click the project.
|
||
3. Select: **Git → Remote → Push**
|
||
|
||

|
||
|
||
4. The Push dialog window opens.
|
||
5. Verify the remote repository then click **Next**.
|
||
|
||

|
||
|
||
6. Verify the local branches then click **Next**.
|
||
|
||

|
||
|
||
7. Click the remote branches then click **Finish**.
|
||
|
||

|
||
|
||
---
|
||
|
||
# Push Changes (Upstream)
|
||
|
||
## Objective
|
||
|
||
Send committed changes from the local repository to the remote repository.
|
||
|
||
## Steps
|
||
|
||
1. Ensure at least one commit exists locally.
|
||
2. Right‑click the project.
|
||
3. Select: **Git → Remote → Push to Upstream**
|
||
|
||

|
||
|
||
---
|
||
|
||
# Pull Changes
|
||
|
||
## Objective
|
||
|
||
Retrieve updates from the remote repository and merge them into the local repository.
|
||
|
||
## Steps
|
||
|
||
1. Right‑click the project.
|
||
2. Select: **Git → Remote → Pull**
|
||
|
||

|
||
|
||
3. Verify the remote repository then click **Next**.
|
||
|
||

|
||
|
||
4. Verify the remote branches then click **Next**.
|
||
|
||

|
||
|
||
---
|
||
|
||
# Pull Changes (Upstream)
|
||
|
||
## Objective
|
||
|
||
Retrieve updates from the remote repository and merge them into the local repository.
|
||
|
||
## Steps
|
||
|
||
1. Right‑click the project.
|
||
2. Select: **Git → Remote → Pull from Upstream**
|
||
|
||

|