会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
WeirJin
博客园
首页
新随笔
管理
2020年7月6日
Git常用命令集
摘要: 设置名字、邮箱(使用者ID) git config --global user.name "xx" git config --global user.email "xx@163.com" 设置版本库(仓库repository) git init #初始化以后会出现一个.git隐藏文件夹 ls -ah
阅读全文
posted @ 2020-07-06 11:02 WeirJin
阅读(94)
评论(1)
推荐(0)
公告