R
R
romaro2021-12-25 23:41:03
git
romaro, 2021-12-25 23:41:03

How to see repository address on bitbucket?

It seems to be an elementary thing, but I can not find it.
Where in the project settings can I see the link to the repository where I can commit from VS Code?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Kuznetsov, 2021-12-25
@romaro

You can only commit to the local repository, and we push to the external repository.
Links to external repositories are shown with the git remote -v
command . If in VSCode, then open the Source Control panel and select the Remotes section . You will see everything there.

T
toxa82, 2021-12-26
@toxa82

Go to the project on bitbucket, on the left there should be an item "<> Code", and on the right top there should be a button "Clone".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question