随笔分类 -  Git

摘要:安装 git 官方:https://git-scm.com/download/linux 安装搜狗拼音 官方:https://pinyin.sogou.com/linux/ ,https://pinyin.sogou.com/linux/help.php qq 官方:https://im.qq.co 阅读全文
posted @ 2021-10-11 13:34 __Bowen 阅读(117) 评论(0) 推荐(0)
摘要:config git 全局配置文件在 ~ 目录下 .gitconfig 文件 git 项目配置文件在 项目目录下 .git 文件夹下 config 文件 remote 远程仓库 git 远程分支详解 参考Git refspec与远程分支的重要操作 查看本地关联的远程仓库 git remote -v 阅读全文
posted @ 2021-10-11 11:02 __Bowen 阅读(40) 评论(0) 推荐(0)