- Добавил: literator
- Дата: 29-05-2023, 17:46
- Комментариев: 0

Автор: Sarah Lean
Издательство: Techielass
Год: 2023
Язык: английский
Формат: pdf
Размер: 10.2 MB
Want to be more proficient in using Git? Then this is the book for you, find out how and when to use the most common commands. Go on a learning journey. Find out what Git is, how to install it on your PC and then learn how and when to use the most common commands. This is a book aimed at beginners. Version control keeps a track of every modification to code in a kind of database. If a mistake is made, you can turn back the clock, compare it to earlier versions and help to fix the mistake, while minimising disruption to others that are working on that code. The code that you could be tracking could be software source code or it could be infrastructure code. It can be any type of code. Version control isn't just for software developers. For most projects where code is used, whether it be application code or the code you use to deploy your infrastructure resources. It is the jewel in the crown. The code is a precious asset that must be protected. The code repository holds knowledge and history of working through the project. It holds the key to problems encountered and the solutions. It counts towards a lot of time and effort.