I understand how to create an app password for BitBucket, as discussed in Atlassian's app password information and this SO answer.
Which permissions are needed for what, though? In my case, specifically, I'm using this for command-line git for my repositories.
Immediately, I would guess that I need to check read and write under Repositories. What about admin and delete? And, what about Projects read and write?
Found this question on BitBucket's Community: how to use app passwords. Scrolling down, the OP said they figured out that they needed permissions on Repositories and Projects - but still wasn't sure if that was correct.
Where can I find exactly what these permissions represent and which I need for simple git push/pull/tag/...?