git checkout -b <name-of-branch>
do some work
git commit -am "<some message about the new commit>"
do some more work
git commit -am "<some message about the new commit>"
git push origin <name-of-branch>
# can tab complete the name of branch
go to bigbucket and create a pull request past link to pull request in slack