Commit or reset changes in your repo
Workspace
, you should see the files you’ve changed.
Diff View
to see the changes you made.
Commit
them. A commit is like a snapshot of your project at a certain point in time. It’s an encapsulated unit of change in your repository.
When you commit your changes, any collaborators you have in your project will be able to see them.
Commit
.
You can choose to commit all changes, using the checkbox above the list, or only some of them.
Reset
them. This will revert the files to the state they were in when you last committed them.
You can reset files using the red Reset
button on the top right. Using this method you can reset multiple files at once.
Delete new files
checkbox in the confirmation dialog.