Visual StudioVisual Studio with GitEclipseXcode

Push your changes to the team

When the code you've written on your dev machine is good to go, you can push your changes from your local Git repository to the team project.

  1. First, make sure your changes are committed.

    Commit changes

    Commit changes
  2. Now push your changes.

    Push changes

    Push changes
  3. After you've pushed your changes, you can get perspective on all the changes made by both you and your team.

    View Branches

    View History

Dig deeper