Skip to content

Instantly share code, notes, and snippets.

@kevin-isky
Last active October 12, 2015 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevin-isky/ae0be88cd5e22e8dea12 to your computer and use it in GitHub Desktop.
Save kevin-isky/ae0be88cd5e22e8dea12 to your computer and use it in GitHub Desktop.
Git Guide for Beginners

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Git使用了一段时间,借助于乌龟的Git图形界面工具(TortoiseGit),很少敲命令,日常使用(clone,commit,push)基本够用了。由于业余项目的部分代码不想放在Github上公开出来,于是用Dropbox弄了一个自用的Git私有库,倒腾的过程中还是需要用到一些不太熟悉Git的命令,趁着这次机会把欠下的债补上。

🤘

Tutorial

网上有很多Git入门的文章和教程,除了官方入门教程,好多网站也整理了各自的Git入门教程(小白年年有,不写不行啊),相对于官方的教程各有特色,可以挑自己喜欢的教程来学习。

Quick Start

如果对上面那些长篇大论的教程不感兴趣,想要快速上手,下面这些也许有你喜欢的:

Read More

这里还有StackOverflow上整理的一个资料大合集:

Cheat Sheet

通过快速入门或基础教程的学习,对于Git有了认识和了解。不过在平时使用的过程当中,难免会忘记具体的命令使用方法,可以备上一份小抄(cheat-sheet)方便随时查阅:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment