git and github Getting Started (5)

The label on the 5.github

5.1. The tag

The current version of the play to a label, it will form a releases version on github

After clicking in, users can download the corresponding version of the source code

5.2. Create a label on a local git tools, synchronized to github

1. View the current number of labels

git tag

2. Create a label

git tag v1.0

3. The push tab github

git push origin v1.0

After the completion of the push, we went to see the results github:

5.3. Creating labels directly on github

1. Click into the release page

2. Click to create a version

3. Fill in the appropriate version number and description, click Publish

4. Results

Screw classroom video lessons Address: http://edu.nodeing.com

Guess you like

Origin www.cnblogs.com/dadifeihong/p/12036563.html