Git Staging View Reference
The Git Staging view allows you to control the version control system (VCS) process to edit RAML and OAS 2.0 and 3.0 API specifications offline and push your changes to Design Center.
Unstaged Changes section
1 | Add selected files to the index Adds the selected file to your index to commit. |
2 | Add all files including not selected ones to the index Adds all the modified files in your unstaged changes section to the index to commit. |
3 | Presentation Changes the view for the unstaged and staged sections. Other views are:
|
4 | Sort by state Sorts the files in the unstaged section based on their state. |
1 | Open Working Tree Version Opens the selected file with your local changes. |
2 | Compare with Index Compares your changes to the index version of the selected file. |
3 | Add to Index Adds the selected file to your index to commit. |
4 | Replace with HEAD Revision Discards uncommitted changes to your file. |
5 | Assume Unchanged Excludes the selected file from VCS management. Use this option when you want to ignore a file that you want to change locally but not push to Design Center. |
6 | Untrack |
Staged Changes section
1 | Remove selected files from the index Removes the selected file from the the index. |
2 | Remove all files including not selected ones from the index Removes all files in the staged section from the index. |
1 | Open working Tree Version Opens the version of your file with your local changes. |
2 | Compare with Working Tree Compares your staged changes to the changes in your local copy. |
3 | Remove from Index Removes the selected file from the the index. |
4 | Replace with HEAD Revision Discards uncommitted changes to your file. |