Chinaunix首页 | 论坛 | 博客
  • 博客访问: 59547
  • 博文数量: 17
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 237
  • 用 户 组: 普通用户
  • 注册时间: 2013-05-15 06:01
个人简介

Keep smile !

文章分类

全部博文(17)

文章存档

2016年(10)

2013年(7)

我的朋友

分类: 其他平台

2016-10-31 11:33:04

[alias]
 co = checkout 
br = branch
 ci = commit 
st = status 
last = log --pretty=oneline -1 HEAD 
glog = log --graph --abbrev-commit --date=relative --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%Cblue%an%Creset%Cgreen %cr)%Creset '
阅读(598) | 评论(2) | 转发(0) |
0

上一篇:git log

下一篇:zepto animate callback

给主人留下些什么吧!~~

cfang2016-10-31 22:06:03

co = checkout
 br = branch
 ci = commit
 st = status
 last = log  -1 HEAD
 slog = log --graph  --abbrev-commit --date=relative --pretty=format:\'%C(red bold)%h%Creset - %Cgreen(%Cgreen%cr)%Creset     %s %C(bold blue)<%an>%Creset  %C(yellow)%d%Creset\'
 flog = log --graph --all --format=format:\'%C(bold red)%h%C(reset)   %C(bold

cfang2016-10-31 11:33:49

cd $home
vim $home/.gitconfig


cd ~
vim $home/.gitconfig