Working with Remote Repositories in Git for MPLAB® X IDE
Contents
Fetching from Remote Repositories
In the Projects window, choose a project.
From the main menu choose Team > Remote > Fetch
To use the path to the repository configured earlier select: Select Configured Repository
or
To define the path to a different remote repository select: Specify Git Repository Location
Choose the branch to fetch changes from and click Finish.
Pulling from Remote Repositories
To pull from remote repositories, complete the following steps.
In the Projects window, choose a project. From the main menu choose Team > Remote > Pull
To use the path to the repository configured earlier, select: Select Configured Repository
or
To define the path to a different remote repository select: Specify Git Repository Location
Choose which branches to pull from. Click Finish
Pushing to Remote Repositories
Perform a Push to contribute changes from your local Git repository into a public Git repository.
In the Projects window, choose a project.
From the main menu choose Team > Remote > Push
To use the path to the repository configured earlier, select: Select Configured Repository
or
To define the path to a different remote repository select: Specify Git Repository Location
Choose which branches to push your edits to.
Click Next.