Git日常开发命令整理 Author: Lance Ma Date: 2018, 02-15 17:49:50 Category: DevOps使用 Git Bush 或者系统终端执行 ​123456echo "# applet" >> README.mdgit initgit add README.md # git add . 添加当前所有文件git commit -m "first commit" #提交git remote add origin https://github.com/lancemach/applet.gitgit push -u origin master #推送默认主分支Author:蓝思同学Permalink:https://www.lancema.com/posts/2018/DevOps/Git日常开发命令整理.htmlSlogan:small is beautiful, small is powerful !Tag(s):# gitback · homeLinux(ubuntu)一键换源shell脚本.mdGit回退(远程)版本