Answer the question
In order to leave comments, you need to log in
What do I need to know so that I can fairly write git on my resume?
What I can do with git:
Answer the question
In order to leave comments, you need to log in
It's enough.
But I highly recommend sticking to Git Flow.
Here in simple language and in Russian:
https://proglib.io/p/git-github-gitflow/
rebase, at what point is it better to do it when merging into the master?
whether it is possible to do push --force in the master?
Interactive rebase why is it needed?
Reset when and what?
https://git-scm.com/book/ru/v2
To the above, add
* just to navigate the terminology - to know how branch differs from tag, what HEAD, STASH are, what pull and fetch do.
* be able to set up your git profile (register a user, register an email)
* Be able to set up authorization - ssh keys to work on the ssh protocol, or be able to save a password to work on the https protocol (you can practice on github).
* be able to view the commit log and navigate it
Of the skills - resolve conflicts.
In general, it is necessary not only to be able, but to understand why and why this is being done.
if you are not sure, write:
- I am familiar with git
- I have skills in working with git
ps maybe later, you will understand that there is already a tiger in git ... but then the question was answered
Git is an everyday tool. Well, if you use it without noticing it. You think to start a task and start a new branch, rather than sticking it into the monitor, remembering how to squabble in git. Rare things, like git bisect, you need to be able to do with Google under your arm. That seems to be for an ordinary developer and that's it.
different teams have a different approach, starting from the description of commits, branches and ending with the fact that everything in 1 branch
IMO needs to be able to
- merge and upload changes
- resolve conflicts
... the rest is a matter of practice, as it learns twice
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question