Login
Remember
Register
Ask a Question
How does Bitbucket work with GIT?
+1
vote
asked
Jan 3, 2022
in
Bitbucket
by
Robindeniel
How does Bitbucket work with GIT?
bitbucket-git
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 3, 2022
by
Robindeniel
Simply create a GIT repository, copy your GIT repository, and add files. You then create a connection between the Bitbucket server (which GIT knows as origin) and your local system to get started.
...