开始使用Git管理源代码

初始化: git init 定位地址: git remote add origin <url> 添加文件: git add <all> 提交到本地: git commit -m "First commit." 建立版本: git push -u origin master
相关文章
相关标签/搜索