start to learn using GitHub
# 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)
# 格式化字符串多个变量需要使用圆括号On GitHub, saved changes are called commits.
2017.12.19 from cyt in xtptb
git clone url git add . git add xxx git commit -m 'test' git pull git push git status git remote -v