I haven't really used any version control until now, when a colleague sent me an invite for a project that is hosted on bitbucket. I'm not entirely sure what the workflow is supposed to be, but I do know I have git installed on osx and have used it locally briefly.
Is the process just to git clone the repository and have it automatically download to a directory, where I would then work off of and commit to the hosted repository? I've done that in terminal and it dropped the files in my home directory. For git, can I move that directory to where my htdocs folder is, or does it have to "stay" there?
Next, I'm not sure how to integrate it into Sublime Text. I have git and package control installed, but when I Add Repository and enter the url the repository, it just says "added successfully" and I don't know where or if the files were downloaded.