1、创建并切换分支
git checkout -b 分支名称
2、切换分支
git checkout 分支名称
3、合并分支
git merge 分支名称 (合并指定分支到当前分支)
4、删除分支
git branch -d 分支名称
5、查看分支
git branch
6、创建分支
git branch 分支名称
7、将文件添加到暂存区
git stash
8、将文件从暂存区释放,同时将暂存内容删除
git stash pop
9、查看远程库详细信息
git remote -v
10:远程新建分支,本地无法显示
$ git remote update origin --prune(2个 - )
相关文章
- 11-12如何优雅的使用Goroutine
- 11-12使用Go实现并发切片上传和下载文件
- 11-12说说Golang的使用心得
- 11-12OD使用教程12
- 11-12goroutine--退出示例--context的使用
- 11-12使用numpy在python中进行向量化空间距离
- 11-12VI使用技巧
- 11-12modbus模拟器基本使用
- 11-12Zookeeper(二):环境搭建和Shell使用
- 11-12浏览器插件使用socks5代理