08 2015 档案

摘要:分支(branch)查看分支:1 查看本地分支:$ git branch2 查看远程分支$ git branch -r创建分支:1 创建本地分支(建立分支后,仍停留在当前分支,切换分支:git checkout branchName)$ git branch branchName2 创建分支后切换到... 阅读全文
posted @ 2015-08-11 19:51 m.Just 阅读(110) 评论(0) 推荐(0)
摘要:Useful Functions1. cut2. head & tail3. tr4. sort5. uniq6. paste (special usage: use '-' to ignore a field when identifying a line)7. wc (file content ... 阅读全文
posted @ 2015-08-10 11:00 m.Just 阅读(155) 评论(0) 推荐(0)