

Refreshes the status of the selected files and folders.

The following table lists the Git commands available in the toolbar of the Diff Viewer: Iconĭisplays files that have differences between their staged and working tree states.ĭisplays previous difference in the file. The Diff Viewer toolbar also includes buttons that enable you to invoke the most common Git tasks on all files displayed in the list. Opens the Diff Viewer providing you with a side-by-side comparison of your local copies and the versions maintained in the repository.ĭisplays the Revert Modifications dialog box. Files displayed in the Versioning view can be refreshed to reflect any changes that may have been made externally. The following table lists the Git commands available in the toolbar of the Versioning view: Iconĭisplays a list of files that are either already staged or only modified/created and not staged yet.ĭisplays a list of files that are staged.ĭisplays files that have differences between their staged and Working Tree states. The Versioning view toolbar also includes buttons that enable you to invoke the most common Git tasks on all files displayed in the list. If you would like to use a different name for your remote, see the 'Rename a remote' section below. However, it looks like this will always use the default remote name heroku for the remote. This displays the list of files that are not staged. As voke points out, you can alternatively use a Heroku CLI command to add your remote. In the Commit dialog box, select the Select the Changes between HEAD and Working Tree ( ) toggle button. In the context menu, choose Git > Commit. In the Projects window, right-click the file you want to commit. Commit the file(s) as described in the Committing Sources to a Repository section below.ġ. This displays the list of files that are already staged. In the Commit dialog box, select the Changes between HEAD and Index ( ) toggle button.

This adds the file contents to the Index before you commit it. In the Projects window, right-click the file you want to add. Skip adding new or modified files to the Index and commit the required files directly to the HEADġ. Workflow DescriptionĮxplicitly add new or modified files to the Index and then commit only those that are staged in the Index to the HEAD The IDE allows you to choose between the two workflows described in the following table. After you perform the commit, the IDE saves those snapshots in the HEAD. When adding files to a Git repository, the IDE composes and saves snapshots of your project first in the Index.
