git学习001

git小配置 一、配置 user 信息 配置 user.name 和 user.email git config --global user.name ‘your_name’ git config --global user.email ‘[email protected]’ 创建git创库 git add filename 添加文件到git的暂存区 如果是已经被git追踪管理的文件,直接使用 g
相关文章
相关标签/搜索