September 2024
Intermediate to advanced
743 pages
27h 48m
English
In this chapter, you learned how version control systems work, and now you know the different types of systems available. In addition, you have become familiar with the version control system Git and are now well equipped to manage the source code of your projects and to collaborate on projects as part of a team.
The most important terms for using Git are listed in Table 22.1.
|
Term |
Meaning |
|---|---|
|
Repository |
Contains all files of a project, including all versions |
|
Remote repository |
Denotes the remote repository, which is usually the repository located on a server (for example, at GitHub) |
|
Working directory |
Denotes the local workspace (i.e., the area where you make changes to the ... |
Read now
Unlock full access