代码改变世界

git-guide

2020-08-28 18:03  DataBases  阅读(194)  评论(0编辑  收藏  举报

https://www.bootcss.com/p/git-guide/

https://www.jianshu.com/p/5a488aac2442

https://www.bootcss.com/

https://www.prisma.io/blog/

git rebase --i HEAD~2

https://www.coder.work/article/183342

访问官网 https://git-scm.com , 使用命令行 man git, git help merge

通过玩游戏练习 Git 分支操作
https://zhuanlan.zhihu.com/p/134346782

动图展示Git的10大难懂命令
https://zhuanlan.zhihu.com/p/132573100

图解git diff的用法
http://marklodato.github.io/visual-git-guide/index-zh-cn.html

Git内部原理揭秘
https://zhuanlan.zhihu.com/p/96631135


HelloGitHub
https://hellogithub.com/

Github 高级搜索方法
https://help.github.com/en/github/searching-for-information-on-github/searching-for-repositories
stars:>100 forks:>1000
in:readme springboot
language:java

 

下载链接:

https://github.com/HCIT-Computing-Intelligence/ai-edu/tree/master/B-%E6%95%99%E5%AD%A6%E6%A1%88%E4%BE%8B%E4%B8%8E%E5%AE%9E%E8%B7%B5/B6-%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C%E5%9F%BA%E6%9C%AC%E5%8E%9F%E7%90%86%E7%AE%80%E6%98%8E%E6%95%99%E7%A8%8B

 

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes