Descrizione
Git: The version management system for easy cooperation
The GIT version management system is used for thousands of projects all over the world - not only in the field of computer science, but also for countless other tasks. You can use it to manage your personal projects but also coordinate work as a team. In this case, GIT offers the opportunity to restore earlier versions if the development has gone in the wrong direction. If you are working on a project together in a team, the version management system offers a particularly large number of advantages. In this way, all employees can work on the files at the same time and their results together quickly and easily. That is why Git has become indispensable in many companies for teamwork.
In this book you will learn to work with Git. At the beginning you will receive all the important information about GIT and learn to install the software. Then create your first repository. This represents the basis for working with Git. You learn how to create individual branches and how to bring the individual versions together. In addition, you will find out what options are available for online cooperation. You even learn how to set up git on a server to organize cooperation in a company.
Content of the book:
- What is a version management system?
- Install git
- Create a repository for version management
- Github as an example of a platform for online cooperation
- Create different branches of development
- Set up on a server
- The interaction with other programs for version management
Advantages of this book:
- Clearly structured and understandable structure: ideal for beginners
- Comprehensive introduction to GIT - from the basic functions to advanced applications
- Numerous illustrations design the examples more clearly
- Diverse practical examples and exercises