github将代码提交远程代码仓库
步骤:
git add . 添加到缓存区
git status 查看文件状态
git commit -m “提交” 提交文件
git remote add origin 仓库地址 链接远程仓库
git push -u origin master 推送到远程仓库
git clone +仓库项目地址
git pull 同步仓库
框架 handlebarsjs less sass swiper earnfish.com 项目列表
步骤:
git add . 添加到缓存区
git status 查看文件状态
git commit -m “提交” 提交文件
git remote add origin 仓库地址 链接远程仓库
git push -u origin master 推送到远程仓库
git clone +仓库项目地址
git pull 同步仓库
框架 handlebarsjs less sass swiper earnfish.com 项目列表