triz-docs/docs/git-operations/netbeans/push-pull.md
2026-04-29 09:11:37 +01:00

1.5 KiB
Raw Blame History

sidebar_position title
3 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. Rightclick the project.
  3. Select: Git → Remote → Push

Git Push Menu

  1. The Push dialog window opens.
  2. Verify the remote repository then click Next.

Push Dialog Step 1

  1. Verify the local branches then click Next.

Push Dialog Step 2

  1. Click the remote branches then click Finish.

Push Dialog Step 3


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. Rightclick the project.
  3. Select: Git → Remote → Push to Upstream

Push to Upstream


Pull Changes

Objective

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

Steps

  1. Rightclick the project.
  2. Select: Git → Remote → Pull

Git Pull Menu

  1. Verify the remote repository then click Next.

Pull Dialog Step 1

  1. Verify the remote branches then click Next.

Pull Dialog Step 2


Pull Changes (Upstream)

Objective

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

Steps

  1. Rightclick the project.
  2. Select: Git → Remote → Pull from Upstream

Pull from Upstream