Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Raspberry Pi OS Text Editors, Git, and LXC: A Practical Approach, Koretsky, Robert M


Варианты приобретения
Цена: 18374.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Koretsky, Robert M
Название:  Raspberry Pi OS Text Editors, Git, and LXC: A Practical Approach
ISBN: 9781032596907
Издательство: Taylor&Francis
Классификация:



ISBN-10: 1032596902
Обложка/Формат: Hardcover
Страницы: 312
Вес: 0.77 кг.
Дата издания: 05/02/2024
Серия: Raspberry Pi OS System Administration with Systemd
Иллюстрации: 17 tables, black and white; 1 line drawings, color; 36 line drawings, black and white; 1 illustrations, color; 36 illustrations, black and white
Размер: 234 x 156
Основная тема: Computers | Computer Architecture ; Computers | Computer Science ; Computers | Operating Systems | UNIX ; Computers | Distributed Systems | General ; Computers | Software Development & Engineering | Systems Analysis & Design
Подзаголовок: A practical approach
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Европейский союз


Raspberry Pi OS Text Editors, Git, and LXC: A Practical Approach

Автор: Koretsky, Robert M
Название: Raspberry Pi OS Text Editors, Git, and LXC: A Practical Approach
ISBN: 1032596910 ISBN-13(EAN): 9781032596914
Издательство: Taylor&Francis
Рейтинг:
Цена: 7348.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Mastering Git

Автор: Narębski Jakub
Название: Mastering Git
ISBN: 1783553758 ISBN-13(EAN): 9781783553754
Издательство: Неизвестно
Рейтинг:
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Git Pocket Guide

Автор: Silverman Richard
Название: Git Pocket Guide
ISBN: 1449325866 ISBN-13(EAN): 9781449325862
Издательство: Wiley
Рейтинг:
Цена: 3166.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This pocket guide is the perfect on-the-job companion to Git, the distributed version control system. It provides a compact, readable introduction to Git for new users, as well as a reference to common commands and procedures for those of you with Git experience

Version control with git

Автор: Loeliger, Jon
Название: Version control with git
ISBN: 0596520123 ISBN-13(EAN): 9780596520120
Издательство: Wiley
Рейтинг:
Цена: 4275.00 р.
Наличие на складе: Поставка под заказ.

Описание: Takes readers step by step through ways to track, merge, and manage software projects using Git, a flexible open source version control system. This book examines real-world development environments and shows precisely how to use Git in each. It covers both distributed and centralized version control and how to use Git for each.

Practical git

Автор: Abildskov, Johan
Название: Practical git
ISBN: 1484262697 ISBN-13(EAN): 9781484262696
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

1. Git intuition

2. Building Commits

3. Linear History

4. Complex Branching

5. Collaboration

6. Manipulating History

7. Customizing Git

8. Additional Git Features

9. Git Internals

Pro Git

Автор: Scott Chacon, Ben Straub
Название: Pro Git
ISBN: 1484200772 ISBN-13(EAN): 9781484200773
Издательство: Springer
Рейтинг:
Цена: 6282.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Pro Git (Second Edition) is your fully-updated guide to Git and its usage in the modern world.

Git for Programmers: Master Git for effective implementation of version control for your programming projects

Автор: Liberty Jesse
Название: Git for Programmers: Master Git for effective implementation of version control for your programming projects
ISBN: 1801075735 ISBN-13(EAN): 9781801075732
Издательство: Неизвестно
Рейтинг:
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Learn to track, branch, merge, and manage code revisions for real-world development scenarios


Key Features:

  • Master Git and understand the significance of version control
  • Get to grips with Git's typical workflows, advanced functions, and their implementations
  • Understand important git commands to manage your repository


Book Description:

Git is the most popular version control system in the world. It allows developers to keep up with frequent code changes in a project, ensures there are no code conflicts between the developers, and reverts to an older version of code when required.


Git for Programmers comprehensively equips you with actionable insights on advanced Git concepts in an engaging and straightforward way. This book will help you gain expertise on Git with many practical use cases as you progress through the chapters.


The book begins with a quick history of Git and instructions on how to get it and install it, after which you'll dive into the creation and cloning of your repository. As you progress through the book, you'll explore Git places, branching, and GUIs.


Once you understand the fundamentals, you'll learn how to handle merge conflicts, rebase, amend, interactive rebase, and use the log. You'll also explore important Git commands for managing your repository. Finally, the book concludes with coverage of bisect, blame, and several other problem handling techniques.


By the end of this book, you'll be able to use git with confidence; saving, sharing, and managing files as well as undoing mistakes and rewriting history.


What You Will Learn:

Create and clone repositories

Understand the difference between local and remote repositories

Use, manage, and merge branches back into the main branch

Utilize tools to manage merge conflicts

Manage commits on your local machine through interactive rebasing

Use the log to gain control over all the data in your repository

Use bisect, blame, and other tools to undo Git mistakes


Who this book is for:

If you have basic understanding of Git and want to strengthen your command over advanced techniques and navigate different functions, this book is for you.

Professional Git

Автор: Laster Brent
Название: Professional Git
ISBN: 111928497X ISBN-13(EAN): 9781119284970
Издательство: Wiley
Рейтинг:
Цена: 6178.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Leverage the power of Git to smooth out the development cycle Professional Git takes a professional approach to learning this massively popular software development tool, and provides an up-to-date guide for new users.

Raspberry Pi OS System Administration with systemd: A Practical Approach

Автор: Koretsky, Robert M
Название: Raspberry Pi OS System Administration with systemd: A Practical Approach
ISBN: 103259635X ISBN-13(EAN): 9781032596358
Издательство: Taylor&Francis
Рейтинг:
Цена: 18374.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Raspberry pi os system administration with systemd and python

Автор: Koretsky, Robert M.
Название: Raspberry pi os system administration with systemd and python
ISBN: 1032596880 ISBN-13(EAN): 9781032596884
Издательство: Taylor&Francis
Рейтинг:
Цена: 6889.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Raspberry pi os system administration with systemd

Автор: Koretsky, Robert M.
Название: Raspberry pi os system administration with systemd
ISBN: 1032596341 ISBN-13(EAN): 9781032596341
Издательство: Taylor&Francis
Рейтинг:
Цена: 7348.00 р.
Наличие на складе: Поставка под заказ.

Raspberry Pi OS System Administration with Systemd and Python: A Practical Approach

Автор: Koretsky, Robert M
Название: Raspberry Pi OS System Administration with Systemd and Python: A Practical Approach
ISBN: 1032596899 ISBN-13(EAN): 9781032596891
Издательство: Taylor&Francis
Рейтинг:
Цена: 18374.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия