- GitHub Essentials
- Achilleas Pipinellis
- 314字
- 2021-08-05 10:45:38
Using the Wiki and Managing Code Versioning
In the previous chapter, we explored the main page of a repository and we covered the basics of its issue tracker.
GitHub also provides a wiki-style place to add your project's documentation. You can create as many pages as you like and also grant public access to it so that everyone can edit it.
In addition, when you are the creator of a product and have users that rely on it, you will want it to be as stable as possible. Versioning helps to maintain an achievable goal. GitHub provides the right tools to release versions of your code, which in reality are just snapshots in time. Whenever you believe your project is ready to go out into the wild, whether bugs are fixed or new features are added, you can use the releases feature and deliver versioned tarballs to the world.
After finishing this chapter, you will have learned 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 with optional release notes. This way, the end user can understand the changes from any previous versions.
This is what we will cover:
- Using the wiki:
- Why wikis are a nice place to document your project
- Creating a new wiki page
- Deleting a page
-
Introduction to Markdown
- How to add a sidebar and a footer to your wiki
-
Watching a wiki page's commit history and reverting to a previous state if needed
-
Managing code versioning:
- Creating a release
-
Editing a release
-
Pushing a tag from the command line
-
Marking as prerelease
-
Making a draft of a release
-
Uploading your own files
- Tips and tricks:
-
Subscribing to new releases via atom feed
-
Editing the wiki locally
-
- MySQL從入門到精通(第3版)
- Mockito Cookbook
- 智能數(shù)據(jù)時代:企業(yè)大數(shù)據(jù)戰(zhàn)略與實(shí)戰(zhàn)
- Oracle 12c云數(shù)據(jù)庫備份與恢復(fù)技術(shù)
- MATLAB Graphics and Data Visualization Cookbook
- gnuplot Cookbook
- 數(shù)據(jù)科學(xué)實(shí)戰(zhàn)指南
- Visual FoxPro數(shù)據(jù)庫技術(shù)基礎(chǔ)
- Expert Python Programming(Third Edition)
- Oracle 11g+ASP.NET數(shù)據(jù)庫系統(tǒng)開發(fā)案例教程
- 數(shù)據(jù)庫查詢優(yōu)化器的藝術(shù):原理解析與SQL性能優(yōu)化
- 大數(shù)據(jù)時代系列(套裝9冊)
- 智能與數(shù)據(jù)重構(gòu)世界
- Arquillian Testing Guide
- 數(shù)據(jù)庫技術(shù)與應(yīng)用:SQL Server 2008