roeas / roeas.github.io

My blog
https://roeas.github.io/
0 stars 0 forks source link

GitHub 工作流 - Hexo #18

Open roeas opened 1 month ago

roeas commented 1 month ago

https://roeas.github.io/2023/07/22/GitHub/

序言   一些工作中常用的 git / GitHub 概念整理。 License 如何为自己的 Github 项目选择开源许可证? 分支与开发 对于正规一点的仓库,main branch 通常是受保护的,而我们的提交与推送都在单独的 branch 上进行。 查看分支 git branch 查看本地分支 git branch -r 查看远程分支 git branch -a 查看所有分支 注意:如