
Git-版本控制
进无止进
无尽之刃,无坚不摧。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Git常用命令总结
对分支进行操作 查看当前分支:git status 查看某个项目的所有分支:git branch 切换到指定的分支:git checkout branchName 合并某分支到当前分支:git merge branchName 删除某个分支:git branch -d branchName 创建某个分支并切换到该分支上:git checkout -b branchName 添加文件到git仓库...原创 2019-12-26 14:43:00 · 186 阅读 · 0 评论 -
使用Git 出现 Another git process seems to be running in this repository...
使用git 出现Another git process seems to be running in this repository… fatal: Unable to create ‘D:/LearnGit/.git/index.lock’: File exists.原创 2017-07-04 18:45:25 · 7421 阅读 · 1 评论