How do I view all commit files in a branch?

Asked

Viewed 730 times

0

Is there a git command to display all files, from all commits in a branch?

Grateful from now on.

2 answers

0

You can use this command

git log myBranch --not master --name-status --pretty=format:"%x09"

0


  • 2

    Answering (as well as asking) in another language is not advisable. It is interesting you edit, translating the quote at least.

  • 1

    Thanks, I got it sorted!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.