git工具使用笔记
git clone https://github.com/chuzihang01/test04.git
cd test04
ls
touch ten.php
vim ten.php
cat ten.php
git add ten.php
git commit -m '第一次通过git提交到仓库'
git status
git push
Tags : 本文未设置标签
Previous post
Hexo博客搭建过程
Next post
Markdown基本语法