bremen_matt
bremen_matt

Reputation: 7367

Gitkraken: Show all files in repo

Is there something like a folder view of a project in Gitkraken? I would imagine so, but cannot find it.

I would imagine that there is a way of navigating all of the files in a repo, and then being able to right-click on a specific file to see its commit history.

Right now if I want to see a file history, I need to know the exact filename, in which case, I do this:

How to view the git history of a specific file using GitKraken similar to PhpStorm/WebStorm

Upvotes: 12

Views: 3537

Answers (1)

Ben W
Ben W

Reputation: 1050

  1. Select the latest commit

  2. On the right pane, click the "View all files" button enter image description here

Upvotes: 24

Related Questions