git学习日记
炙乎锗也
你是来学习的吧
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git学习笔记
Git config --global user.name “yourname” Git config --global user.email “email address” Git config --global color.ui auto原创 2022-08-09 18:40:43 · 155 阅读 · 1 评论 -
repo forall 用法
$ repo forall -c git pull origin//同步所有git仓库$ repo forall -c git status//查看所有git仓库的位置$ repo forall -c ʺgit checkout newbranch2ʺ//一键转换当前目录下分支到新建newbranch2分支 $ repo forall -c ʺgit branch -D newbranch3ʺ //一键删除所有newbranch3分支 $ repo forall -c ʺgit ...原创 2022-08-05 18:55:18 · 1008 阅读 · 1 评论
分享