- GitHub Essentials
- Achilleas Pipinellis
- 365字
- 2021-08-05 10:45:32
What this book covers
Chapter 1, Brief Repository Overview and Usage of the Issue Tracker, explains some of the main features GitHub provides and what you can make out of them. The issue tracker is the heart of communication between a project's developers and/or users. Consider it to be a notepad dedicated to each repository where you track bugs, reports, feature requests, and anything else that can be written down. GitHub has implemented many other features that sit on top of the issue tracker, such as labels and milestones, which provide the ability to better visualize and categorize all the issues.
Chapter 2, Using the Wiki and Managing Code Versioning, helps you learn how to create, edit, and maintain a wiki by providing a home for your documentation that will complement your project. You will also learn how to create a new release out of an existing branch or tag, accompanied by optional release notes. In this way, the end user can understand the changes from any previous versions.
Chapter 3, Managing Organizations and Teams, teaches you how to create and manage the organizations that you are the owner of. You will also learn how to create teams, add users to them, and assign different access levels according to your needs.
Chapter 4, Collaboration Using the GitHub Workflow, focuses on how to work with branches and pull requests, the most powerful features of GitHub.
Chapter 5, GitHub Pages and Web Analytics, takes you through how to build web pages around your project, hosted exclusively on GitHub. You have the ability to make static web pages using HTML, CSS, and JavaScript.
Chapter 6, Exploring the User and Repository Settings, explores the most common and essential settings of a user and a repository. As a user, there is a lot of information you can set up in your user settings page, such as associating more than one email to your account, adding multiple SSH keys, or setting up two-factor authentication. Similarly, some functionalities of a repository can be set up via its settings page. For example, you can enable or disable the wiki pages and grant write access to the public, or completely disable the issue tracker.
- 有趣的二進制:軟件安全與逆向分析
- 數據之巔:數據的本質與未來
- Oracle RAC 11g實戰指南
- Libgdx Cross/platform Game Development Cookbook
- Access 2016數據庫技術及應用
- Learn Unity ML-Agents:Fundamentals of Unity Machine Learning
- 企業級數據與AI項目成功之道
- 從0到1:JavaScript 快速上手
- Oracle PL/SQL實例精解(原書第5版)
- 科研統計思維與方法:SPSS實戰
- 數據庫應用系統開發實例
- 大數據技術原理與應用:概念、存儲、處理、分析與應用
- The Natural Language Processing Workshop
- 企業大數據處理:Spark、Druid、Flume與Kafka應用實踐
- Arquillian Testing Guide