I am new to both git and Crucible, and I am trying to figure out the best workflow/process to do code reviews.
One method I have gotten working is a code review on code that is already pushed to the remote repository, but that is a little late for doing a review.
I have a local clone of the remote repository with changes, I have tried both committing them locally or just staging them, and cannot figure out how to create a review from that. I did attempt to use the "patch" file, creating a diff of the changes, but then I get an error regarding "Crucible cannot anchor the patch to this repository".