GIT 学习笔记-- 转载

此文记录一些git常用命令: 1 git config --global credential.helper store 保存账号密码,不用每次都输入 git config --global user.name "Your Name" git config --global user.email "[email protected]" git init #用来把目录变成git可以管理的仓库 l
相关文章
相关标签/搜索