git基础命令使用
cd existing_folder
git init 初始化 git remote add origin https://codeup.aliyun.com/64f97952ce01efaafef1e811/php/test.git 设置远程地址 git add . 添加代码到仓库 git commit 提交代码到仓库 git push -u origin master 推送至远程git git branch 查看当前分支 git branch tianshu 创建tianshu分支 git checkout tianshu 切换分支 Git push -u origin tianshu
滴水成冰,世间不存在毫无意义的付出,时间终会给你答案。