Skip to content

sillyer/Hello-GitHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation

Hello-GitHub

start to learn using GitHub

First Learn to use markdown


标题

# H1
## H2
### H3
#### H4
##### H5
###### H6

显示效果:

H1

H2

H3

H4

H5
H6

文本块

语法一

x = "There are %d types of people." % 10
binary = "binary"
do_not = "don't"
y = "Those who know %s and those who %s" % (binary, do_not)
# 格式化字符串多个变量需要使用圆括号

About commits

On GitHub, saved changes are called commits.

new review

2017.12.19 from cyt in xtptb

git commands

git clone url git add . git add xxx git commit -m 'test' git pull git push git status git remote -v

About

start to learn using GitHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published