2021年02月25日
1.Checkout git checkout --orphan latest_branch 2. Add all the files git add -A 3. Commit the changes git commit -am "commit message" 4. Delete the branch git branch -D master 5.Rename the current branch to master git branch -m master 6.Finally, force update your repository git push -f origin master
2021年02月20日
2021年02月18日
在Git中创建分支,是必须有一个父节点的,也就是说必须在已有的分支上来创建新的分支,如果工程已经进行了一段时间,这个时候是无法创建空分支的。但是有时候就是需要创建一个空白的分支。
2021年02月16日
其实从很早之前我就发现我的git仓库变得很大了,主要是有一次一不小心直接提交了个200多兆的高清图片文件夹上去,然后之后的代码提交等一系列操作都变得很...难受。一直想要清理一下git仓库,但是每次百度,都是给出一堆命令,根本就不知道那个命令是什么意思,也没有说要往哪里输入之类的(原谅我还是个小白)。直到今天...当我提交到仓库的时候...仓库炸了......
2021年02月14日
安装文档 https://gogs.io/docs/installation
我这里的安装环境:
CentOS7 + 宝塔面板 + Nginx + MySQL 5.7
git 版本 1.8.3.1
Gogs 版本 0.11.66 @ 2018-09-16