U
U
uzi_no_uzi2018-06-26 23:03:36
git
uzi_no_uzi, 2018-06-26 23:03:36

How to upload files to bitbucket repository?

They said to upload the files to the repository on bitbucket. I was given the data, I created a private repository, then downloaded and installed Git. I cloned the repository, for this I used the following command:

git clone --verbose https://bitbucket.org/*******(тут ссылка)

A window popped up asking me to enter data from my bitbucket account. The folder was cloned, I uploaded my files there, but what should I do next?
5b329c0827156891230793.jpeg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
aol-nnov, 2018-06-26
@aol-nnov

everything you need is here

I
inkShio, 2018-06-26
@inkShio

git add * - add all new files
git commit –m 'commit comment'
git push origin master - upload
download Atom editor everything is conveniently implemented there
5b329e95343a4172353882.jpeg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question