T
T
tropico52017-09-06 15:27:38
git
tropico5, 2017-09-06 15:27:38

Explain how the command works through Git?

Tell a beginner with no experience in the industry how the team works through git?
For example, I made a commit, what next, who looks at my code? how is it approved? How do I get feedback? like redo something?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
A
Alexey, 2017-09-06
@AlexMaxTM

Git is only about storing code versions. Interaction between developers happens in a very different way, starting with letters, ending with phone calls or even a face-to-face meeting.

A
Alexander Talalaev, 2017-09-06
@neuotq

I advise you to take a free course from Hekselet on git, they not only explain the basics well there, but also answer the question why this was all invented.

L
lexa4lexa, 2017-09-06
@lexa4lexa

git is a low level tool.
your question sounds something like this: tell me, how do taxis work using tires.
like how - cars drive using tires.
but the passenger delivery service is a much higher level service.
git is a handy tool that shows who changed what.
comments are dropped, your commits are accepted and rejected by other tools. for example using GitLab.

E
Evgeniy Kvasyuk, 2017-09-06
@EvgeniyKvasyuk

https://habrahabr.ru/post/189046/ - study this article, there is a good description of one of the development models using git

D
devalone, 2017-09-06
@devalone

Git provides only version control, branching and decentralized code storage, team work uses solutions like redmine, where you can create tasks and all that.

P
Puma Thailand, 2017-09-06
@opium

no one is watching that you commit
you approve it yourself and push it you go
up to the person and ask him a question
you get it in the neck and redo
all your questions have nothing to do with the git and are related to the rules of the company in which you are going to work

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question