创建文件并上传到远程仓库
1.初始化 git init 2.添加文件 git add 文件名 3.本地提交修改 git commit -m "提交的备注信息" 4.提交到远程分支 git push
rm
mv
ls
cd
vi
cp
mkdir
ping