https://github.com/luochen1990/git-notes
luochen1990's git notes
https://github.com/luochen1990/git-notes
Last synced: 4 months ago
JSON representation
luochen1990's git notes
- Host: GitHub
- URL: https://github.com/luochen1990/git-notes
- Owner: luochen1990
- License: mit
- Created: 2014-09-17T11:50:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T07:20:18.000Z (almost 11 years ago)
- Last Synced: 2025-01-20T20:49:53.970Z (over 1 year ago)
- Size: 297 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
罗宸的Git笔记
=============
这里是个人关于Git的笔记的存放处,如果哪里概念有误,请发issue指出,或者发pull request修正,万分感谢!
[Git入门指导:一篇写给初学者的指南](https://github.com/luochen1990/git-notes/blob/master/git_tutorial.md)
-----------------------------------
Git用法多样,概念繁多,初学时总会有一个摸不着头脑的时期。这篇文章正写在我刚刚度过这段时期的时候,旨在理清初学git时最需要知道的一些概念,希望这样可以帮助其他初用Git的朋友更快地找到节奏。
[Git常用命令列举](https://github.com/luochen1990/git-notes/blob/master/git_commands.md)
-----------------
指出一些惯用的命令,本文内容并不全面,而是给出Git用法的一个子集,更多地是希望读者看完之后了解哪些情况应该用哪些工具解决,至于具体工具的使用方法,我相信查查相关文档难不倒你的 :)
[Git进阶指导(未完成,持续更新中)](https://github.com/luochen1990/git-notes/blob/master/git_advanced.md)
-----------------------------------
本文对一些复杂的使用场景作了详细的分析,为满足一些必要的需求提供了解决方案