Can anyone please explain me the difference between git and bitbucket. I understand that they are used as code repository. However, the there is a grey line and its confusing me.
When I search, both of them appear.
Please help me with how they are connected and they are different.
Hi @HaRsHaS' V
Git:
Git is the actual version control system (VCS) that you can use for example to control the versioning of source code in a software project. Git is very flexible, stable and distributed.
You can read more about Git here.
Bitbucket:
Bitbucket is a Git management tool. It gives you great build in options for managing Git repositories so it can be used by organizations and teams.
Bitbucket features:
You can read more about Bitbucket features here.
Regards
Lasse Langhorn
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.