Home > SQL Developer Dialog Boxes ... > Git: Export Uncommitted Cha...
Exports changes that you have not yet committed to a text file, which will be viewed in SQL Developer. You can save this file if you want to share it among team members or make other use of the list of changes.
The files from which these changes are taken must reside in the staging area: that is, they must have been added with the Add or Add All commands, but not yet committed. Any files that you have edited but not yet added to the staging area will be ignored.
Name and Location: Names and locations of files for which you are exporting changes.
Select: Check this box to include the file in the export.
Export File: Name of the file to which the changes will be exported.
Related Topics