Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 473 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 473 Bytes

gitskills

Creating a new branch is quick. learn to use git

无序列表

  • 1 git clone
  • 2 git add
  • 3 git commit
  • 4 git push

引用

这里是引用

插入链接

baidu

表格

Tables c1 c2
l1 l1 l1
l2 l2 l2

代码框

var name = 'luhx'; var age = '24'; var getInfo = function() { console.log('name: ' + name); console.log('age: ' + age); };