I’m confused about git and bitbucket – if I am using bitbucket does it mean I don’t need to know git?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
BitBucket is source code hosting platform. You must know git or hg to be able to push or send your code over to BitBucket.
In essence, BitBucket acts as a remote origin for your local git/hg repository. It’s a lot more powerful than just dumping your code. For example, other people can fork your repository by just clicking a button. They can view the entire commit history and all your branches.