Hello,
I'm very new to using BitBucket and have two questions regarding reporting.
1. Is there a way to get a report from BitBucket on all our code and the version number?
2. Is there a way to get a report on all checked out code?
Hi @Jason.Lauscher,
Welcome to Atlassian Community!
Bitbucket does not have that much reporting besides the diffs and your pull requests, but since it is based on Git you can use Git commands to get the information you are looking for in your first question. Have a look at Advanced Git Log and you can also use Git diff to get statistics between two branches/commits
git diff --stat <commit or branch> <commit or branch>
Regarding your second question, what are you looking for? Git does not have the concept of checked out/checked in code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.