- GitHub Essentials
- Achilleas Pipinellis
- 230字
- 2021-08-05 10:45:33
Brief Repository Overview and Usage of the Issue Tracker
Almost everything that happens on GitHub happens in the context of the repository. A repository is like a folder that contains all the files of your project.
The landing page of a repository on GitHub depicts the content of a person's local Git repository. Apart from the tree-like structure of the files, GitHub also provides some additional features that bring the most well-known and frequently used Git commands to your browser. Among others, these include the branches, commits, and tags of your repository.
In addition to these features, GitHub also provides an issue tracker for each repository. This is where the discussions take place, bugs are tracked and reported, features are requested, and pretty much anything else that is relevant to the project is discussed.
GitHub has also implemented many other features that sit on top of the issue tracker, such as labels and milestones that provide the better visualization and categorization of issues. We will explore all the features extensively, so don't worry if you aren't familiar with these terms yet. Here's what we'll cover in this chapter:
Exploring the repository's main page
Learning how to use the powerful benefits of the issue tracker
The terms project and repository, although not the same thing, will be considered to have equal meaning, and will be used interchangeably throughout this book.
- 數據庫原理及應用教程(第4版)(微課版)
- Word 2010中文版完全自學手冊
- SQL查詢:從入門到實踐(第4版)
- Live Longer with AI
- Neural Network Programming with TensorFlow
- INSTANT Cytoscape Complex Network Analysis How-to
- Microsoft Power BI數據可視化與數據分析
- 大數據架構和算法實現之路:電商系統的技術實戰
- 智能數據時代:企業大數據戰略與實戰
- Starling Game Development Essentials
- Lego Mindstorms EV3 Essentials
- 數據中心數字孿生應用實踐
- Proxmox VE超融合集群實踐真傳
- 計算機應用基礎教程上機指導與習題集(微課版)
- Expert Python Programming(Third Edition)