随笔分类 -  工具-使用

摘要:git基本操作 新安装git以后,做全局配置 git config --global user.name "username" git config --global user.email "xxxxxxx@qq.com" 基本操作命令 # 初始化 git init # 添加文件到缓存中 git a 阅读全文
posted @ 2020-10-26 21:23 远山渡月 阅读(98) 评论(0) 推荐(0)