E
E
EvgMul2015-12-02 16:00:27
git
EvgMul, 2015-12-02 16:00:27

How to work with git bitbucket?

Hello.
I first encountered git and in the future, of course, I will definitely deal with it in detail, but at the moment I urgently need to do the following: I got access to the repository, I need to download it to my local machine, make all the required changes and send them back to server.
How should this algorithm be implemented? I installed the git console, and then got stuck.
On the Internet, of course, there is a huge amount of information about this, but these actions are needed, and it is difficult to find them in all this abundance, because needs to be done urgently.
Thanks in advance to all who respond.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Ukolov, 2015-12-02
@EvgMul

Your task, in fact, consists of three:
1. How to deploy a repository?
2. How to save changes?
3. How to send changes to the server?
In response to each of these questions, simple and detailed instructions are easily googled (but there is nothing better than the original source ).
The sequence of commands is:

git clone
git add
git commit
git pull

You can easily google the documentation for each of them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question