1c7 / VideoList

:us: -> :cn: @糖醋陈皮 翻译的视频列表
https://weibo.com/2004104451
57 stars 11 forks source link

git 简写 #63

Open 1c7 opened 9 years ago

1c7 commented 9 years ago

每次敲 git status 累死了, 现在用 git s 就可以搞定

git config --global alias.s status
git config --global alias.d diff
git config --global alias.a add
git config --global alias.c commit

git config --global alias.pu push
git config --global alias.pl pull
git config --global alias.co checkout

http://git-scm.com/book/zh/v1/Git-%E5%9F%BA%E7%A1%80-%E6%8A%80%E5%B7%A7%E5%92%8C%E7%AA%8D%E9%97%A8