一些关于 Git、Github 的学习资源 

昨天浏览 Github 的是时候发现了 Githug 这个游戏,这个游戏用来帮助菜鸟们学习使用 Git 的。

Githug is designed to give you a practical way of learning git. It has a series of levels, each requiring you to use git commands to arrive at a correct answer. - From Game About

因为博客里面有个资源的分类,现在我得分享点啊,总不能摆设把。其实也是有很多分享的,现在应该做的是,收藏了一些比较有价值的东西之后 PO 在这里,总是自己 Mark 成 Chrome 页面也不是长久的事情。

安装什么的就不说了,没什么必要,这个 Githug 是用 ruby 写的,在 terminal 玩,一步步过关,加深你对 Git 命令的了解。像下面这样:

ggicci@ubuntu:~/github/githug/git_hug$ githug play*********************************************************************************                                    Githug                                    *********************************************************************************Congratulations, you have solved the level!Name: clone_to_folderLevel: 6Difficulty: *Clone the repository at https://github.com/Gazler/cloneme to `my_cloned_repo`.nilggicci@ubuntu:~/github/githug/git_hug$ man git cloneggicci@ubuntu:~/github/githug/git_hug$ git clone https://github.com/Gazler/cloneme my_cloned_repoCloning into 'my_cloned_repo'...remote: Reusing existing pack: 7, done.remote: Total 7 (delta 0), reused 0 (delta 0)Unpacking objects: 100% (7/7), done.ggicci@ubuntu:~/github/githug/git_hug$ githug*********************************************************************************                                    Githug                                    *********************************************************************************Congratulations, you have solved the level!Name: ignoreLevel: 7Difficulty: **The text editor 'vim' creates files ending in `.swp` (swap files) for all files that are currently open.  We don't want them creeping into the repository.  Make this repository ignore `.swp` files.nil

其它的一些资源

1. 学习分支的一个交互性的游戏:Learn Git Branching (推荐)

这个在 Web 页面上玩,你可以打开看看,也是闯关模式,对学习分支很有帮助,因为有可视化的图形帮助你理解。而且在布置每关的任务前,会有一些对话框出现用来介绍和这关相关的一些 Git 知识,这些知识可能会有些你以前忽略的,或者慢慢淡忘的哦。蒽,这个游戏很赞!

2. 另外的一些可读性强的文章或者 Tutorial

  • Github 的官方帮助材料:Github Help
  • ReadWrite 上面的一个 Tutorial:GitHub For Beginners: Don't Get Scared, Get Started

其它还有哪些比较好的资源之后发现了会 UPDATE 在这里,祝你玩得开心,学得开心~

更多相关文章

  1. Android(安卓)读取资源文件实例详解
  2. Android入门学习笔记之人机用户界面
  3. Android学习笔记(9)---FrameLayout中上下层可点击设置
  4. android fragment学习5--fragment扩展 TabLayout非自定义
  5. android draw bitmap 示例代码
  6. [cocos2d-x 学习] Scene(场景)学习
  7. 【学习Android遇到的错误】关于Unable to instantiate activity
  8. Android(安卓)左右滑动 控件
  9. Android学习笔记(11)————Android的私人文件夹的文件读写操作

随机推荐

  1. android应用常见错误
  2. 日常记录
  3. 缓存统一管理工具类--android
  4. Android修改默认浏览器为其他浏览器
  5. 判断当前是电脑还是手机打开网页
  6. Android使用adb命令对手机进行截屏保存到
  7. Android APP OPS移除应用程序项目的修改
  8. SharedPreferences存储数据的使用方法(转)
  9. Android垂直跑马灯效果
  10. Android开源项目分类汇总【老外汇总版本