Answer the question
In order to leave comments, you need to log in
Git. How to understand that you have already learned the basics?
Hello! This is my first question, do not judge strictly.
I have been learning Git for a week. I watched several videos, read a couple of paragraphs from the book, found everything that was not clear in Google. Now I use git through GitBash, uploaded my first site on GitHub.
Is this enough to write in my resume: I have basic knowledge of Git?
If not, what do you need to know to be considered entry level?
Answer the question
In order to leave comments, you need to log in
I'm currently using git via gitbash.
when you understand how to work in an environment like git-flow from the console, including manually resolving a merge conflict, then you can say that you have mastered the basics...
When you can merge in a team of 10 developers, when everyone got into one file at once.
I think you can write it down.
Anyway, you can get more experience by working with the development team.
You can procrastinate Git for a month - but you will stall on the spot ... without a normal project.
In general, it depends on the tasks. If you need git to keep versions of your personal local project, then the basic functions will be enough for you, how to initialize a folder, make a commit, send changes via push, get the required version.
Git is a serious tool for different levels of tasks.
revert commits, how rebase differs from merge, draw peak commits, signature commits. Commit squash.
Typically, companies use Git quite actively. I think the main question is whether you even understand what a version control system is, how git works at the abstraction level.
Well, the basics are usually considered to be making a repository, committing it to a remote server, creating and merging branches, resolving conflicts, and doing pull requests. It will be a huge plus if you specify a program to work with git (usually no one works in the console, there are many wrapper programs for this)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question