Skip to content

Git History

View Git history and rollback changes

Switch to Git History view using the Git History icon in the main menu.

The Git History view allows you to view the history of your project. This is useful for debugging and troubleshooting your app.

Git History

The Git History view shows a list of all the commits made to your project. Each commit is represented by a card with the commit message, author, date, and a link to the commit details.

InputDescription
Commit MessageThe message of the commit.
DateThe date of the commit.
Files ChangedA count of the files that have been changed in the commit.
Lines AddedA count of the lines that have been added in the commit.
Lines RemovedA count of the lines that have been removed in the commit.

The Git History view shows a list of all the files that have been changed in your project. Each file is represented by a card with the file name and path. Click to view the diff of the changes made in the commit.

InputDescription
File NameThe name of the file.
PathThe path of the file.
Commit HashThe hash of the commit.

The Git History view shows a diff of the changes made to a file in a commit. The diff is represented by a list of lines that have been changed, added, or deleted. Each line is represented by a card with the line number, the line content, and a link to the file details.

InputDescription
PathThe path of the file.
File ContentThe diff content of the file.

To return your project to the state of an earlier commit, select that commit in the list and use the Roll back to this point action. Rolling back creates a new commit that restores the selected state — your full history is preserved, so you can always roll forward again or pick a different point.

For an interactive overview of the same flow inside the Design view, see Reverting Changes.