生动趣文:那些会用Git的动物

开发 后端 开发工具
从Tumblr上看到的一篇趣文,用Git命令描绘了12张Gif动态图。不懂Git的也来看看趣图吧……

从 Tumblr 上看到的一篇趣文,用 Git 命令描绘了 12 张 Gif 动态图,不懂Git的也来看看趣图吧……

如下:

git - turtle

  1. git commit -am ‘added debug log’  
  2. git commit -am ‘more debug logging’  
  3. git commit -am ‘even more debug logging’  
  4. git commit -am ‘logs’  
  5. git commit -am ‘lkjasfd’ 

[[76345]]

  1. git commit -a -m ‘stuffs’  
  2. git push  
  3. git revert HEAD 

[[76346]]

  1. git checkout master  
  2. config/unicorn.rb: needs merge  
  3. error: you need to resolve your current index first 

git - armadillo

  1. git init 

git - hedgehog

  1. echo ‘*’ > .gitignore 

[[76347]]

  1. git checkout -b refactor 

[[76348]]

  1. git log .  
  2. ctrl + d ctrl + d ctrl + d ctrl + d ctrl + d ctrl + d ctrl + d ctrl + d ctrl + d ctrl + d ctrl + d ctrl + d ctrl + d ctrl + d ctrl + d 

[[76349]]

  1. git pull  
  2. CONFLICT (content): Merge conflict in pants.rb  
  3. Automatic merge failed; fix conflicts and then commit the result. 

[[76350]]

  1. git reset —hard 

[[76351]]

  1. git push origin bugfix 

[[76352]]

  1. git checkout master  
  2. git merge refactor 

[[76353]]

  1. git push origin master 

英文原文:Git Animals

本文来自:http://blog.jobbole.com/20123/

责任编辑:林师授 来源: 伯乐在线
相关推荐

2022-04-18 13:33:46

人工智能野生动物AI

2014-01-23 10:04:04

Python趣闻

2013-10-15 13:29:50

设计

2013-06-09 09:15:01

2013-06-09 09:58:58

2021-03-29 08:45:30

物联网智能野生动物追踪监测系统

2018-09-19 20:16:58

阿里云IoT

2013-07-15 14:11:13

程序员

2014-09-28 10:00:24

编程语言

2013-06-20 08:55:38

2017-03-08 08:53:44

Git命令 GitHub

2012-09-29 10:54:10

程序员谎话Quora

2014-04-18 09:40:32

算法追MM算法

2013-06-24 09:18:05

2013-04-17 10:28:40

程序员

2013-09-27 10:51:00

Github

2014-09-03 13:19:46

编程语言程序员

2021-06-04 17:47:15

人工智能AI深度学习

2013-10-17 11:15:19

2015-06-15 13:06:23

项目项目经验
点赞
收藏

51CTO技术栈公众号