Hi All,
I have new project which I want to upload. But before that I want to send it to code review with in my team. Obviously I do not want to commit it. Appreciate any help.
Thanks
L
Hi @Lax,
Just to confirm with you, are you using Git as a source control tool? I'm asking becuase if that is the case, best practices would recommend that you create a new branch for your code and commit/push your changes to that branch so that they will not be included as a part of the code changes in the master branch. I'm also going to assume that you are using BitBucket (doesn't matter if it's server or cloud for this discussion) and from there you can create a pull request from your branch to master (or development, etc.) and have your team review the code at that point.
I hope that helps!
-James
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.