GIT操做

基本操做 1. 初始化仓库  git initgit 2. 配置做者信息  git config --global user.email "youremail@corp.com"app  git config --global user.name "your name"fetch 3. 添加文件到暂存区  git add <filename>spa  git add * (添加全部文件到暂存区)r
相关文章
相关标签/搜索