All Projects → geeeeeeeeek → Git Recipes

geeeeeeeeek / Git Recipes

🥡 Git recipes in Chinese by Zhongyi Tong. 高质量的Git中文教程.

Projects that are alternatives of or similar to Git Recipes

Awesome Pytorch List
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
Stars: ✭ 12,475 (-11.14%)
Mutual labels:  tutorials
100 Days Of Ml Code
A day to day plan for this challenge. Covers both theoritical and practical aspects
Stars: ✭ 172 (-98.77%)
Mutual labels:  tutorials
Nodejs Roadmap
【🔥持续更新中】Node.js 实战学习路线
Stars: ✭ 188 (-98.66%)
Mutual labels:  tutorials
Pharo Wiki
Wiki related to the Pharo programming language and environment.
Stars: ✭ 161 (-98.85%)
Mutual labels:  tutorials
Guides
An organized list of guides and tutorials for design, development, and system administration.
Stars: ✭ 166 (-98.82%)
Mutual labels:  tutorials
Qml
Introductions to key concepts in quantum machine learning, as well as tutorials and implementations from cutting-edge QML research.
Stars: ✭ 174 (-98.76%)
Mutual labels:  tutorials
Rethinking Tensorflow Probability
Statistical Rethinking (2nd Ed) with Tensorflow Probability
Stars: ✭ 152 (-98.92%)
Mutual labels:  tutorials
Howtohunt
Tutorials and Things to Do while Hunting Vulnerability.
Stars: ✭ 2,996 (-78.66%)
Mutual labels:  tutorials
Colab
Continual Learning tutorials and demo running on Google Colaboratory.
Stars: ✭ 168 (-98.8%)
Mutual labels:  tutorials
Examples
Jina examples and demos to help you get started
Stars: ✭ 185 (-98.68%)
Mutual labels:  tutorials
Flask Sqlalchemy Tutorial
🐍 ℹ️ Create and manage data in your Flask app via a SQL database.
Stars: ✭ 162 (-98.85%)
Mutual labels:  tutorials
Blog
Technical blog repo of metaflow
Stars: ✭ 165 (-98.82%)
Mutual labels:  tutorials
Webgl Month
🎓 Daily WebGL tutorials
Stars: ✭ 178 (-98.73%)
Mutual labels:  tutorials
Bids Starter Kit
Collection of tutorials, wikis, and templates to get you started with creating BIDS compliant datasets
Stars: ✭ 160 (-98.86%)
Mutual labels:  tutorials
Tutorials
📖 Community driven web development tutorials
Stars: ✭ 189 (-98.65%)
Mutual labels:  tutorials
Some Ios Tutorials With Swift Cn
Translate some iOS tutorials with Swift in Chinese
Stars: ✭ 152 (-98.92%)
Mutual labels:  tutorials
Antlr Mega Tutorial
This is the companion repository of the ANTLR Mega Tutorial, that will explain everything you need to know to use ANTLR.
Stars: ✭ 171 (-98.78%)
Mutual labels:  tutorials
Ml Lessons
Intro to deep learning for medical imaging lesson, by MD.ai
Stars: ✭ 199 (-98.58%)
Mutual labels:  tutorials
Kernel Exploit Tech
Linux Kernel exploitation Tutorial.
Stars: ✭ 192 (-98.63%)
Mutual labels:  tutorials
Judo Heroes 2
Universal Javascript sample application with React Router 4 and Express 5 (Enhanced version of https://github.com/lmammino/judo-heroes)
Stars: ✭ 182 (-98.7%)
Mutual labels:  tutorials

🥡Git 菜单

高质量的 Git 中文教程,源于国外社区的优秀文章和个人实践

🥢🥢🥢🥢🥢🥢

第1篇 果壳中的 Git

第2篇 从零搭建本地代码仓库

本篇完全面向入门者。我假设你从零开始创建一个项目并且想用 Git 来进行版本控制,我们会讨论如何在你的个人项目中使用 Git,比如如何初始化你的项目,如何管理新的或者已有的文件,如何在远端仓库中储存你的代码。

第3篇 远程团队协作和管理

第4篇 Git 命令详解

  • 第1章 图解 Git 命令

    如果你稍微理解 Git 的工作原理,这篇文章能够让你理解的更透彻。

第5篇 Git 实用贴士

  • 第1章 代码合并:Merge、Rebase 的选择

    git rebasegit merge 都是用来合并分支,只不过方式不太相同。git rebase 经常被人认为是一种 Git 巫术,初学者应该避而远之。但如果使用得当,它能省去太多烦恼。在这篇文章中,我们会通过比较找到 Git 工作流中所有可以使用 rebase 的机会。

  • 第2章 代码回滚:Reset、Checkout、Revert 的选择

    git reset、git checkout 和 git revert 都是用来撤销代码仓库中的某些更改,所以我们经常弄混。在这篇文章中,我们比较最常见的用法,分析在什么场景下该用哪个命令。

  • 第3章 Git log 高级用法

    任何一个版本控制系统设计的目的都是为了记录你代码的变化——谁贡献了什么,找出 bug 是什么时候引入的,以及撤回一些有问题的更改。git log 可以格式化 commit 输出的形式,或过滤输出的 commit 从而找到项目中你需要的任何信息。

  • 第4章 Git 钩子:自定义你的工作流

    Git 钩子是在 Git 仓库中特定事件发生时自动运行的脚本。它可以让你自定义 Git 内部的行为,在开始周期中的关键点触发自定义的行为,自动化或者优化你开发工作流中任意部分。

  • 第5章 Git 提交引用和引用日志

    提交是 Git 的精髓所在,你无时不刻不在创建和缓存提交、查看以前的提交,或者用各种 Git 命令在仓库间转移你的提交。在这章中,我们研究提交的各种引用方式,以及涉及到的 Git 命令的工作原理。我们还会学到如何使用 Git 的引用日志查看看似已经删除的提交。

🥢🥢🥢🥢🥢🥢

版权说明

  • ✍️ 童仲毅 (geeeeeeeeek@github)
  • 除非另行注明,这个项目中的所有内容采用知识共享-署名(CC BY 2.5 AU)协议共享。
  • 不少文章在原基础上翻译或演绎而来,页面上方标注了原作者、原文链接以及原文采用的协议。如有版权疑问,请在 Issue 中提出。
  • 欢迎通过 Issue 或者 Pull Request 推荐你认为合适的资料,让这份菜单更充实一些。

🥢🥢🥢🥢🥢🥢

为什么要做这份菜单

在整理 Git 资料的时候,我发现社区贡献了非常多高质量的博客文章、指南等等。尤其英文的那些资料,除了大家熟知的「Git 图解」,还有好多优秀的文章仍无人翻译。此外,这些资料往往只涉及某些特定的话题,如果能有一份菜单将这些菜谱以特定的方式串起来,那么对于 Git 学习者来说将会是极大的便利。尤其对于我这样热爱查阅社区资料胜过出版物的懒人 :] 随着我的学习节奏还会不断有新的菜谱加入进来,或许不会很频繁,不过也没有确定的终点。

📅 写于 2015 年

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].