Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/houkanshan/youdianguanzhu

nothing
https://github.com/houkanshan/youdianguanzhu

Last synced: 10 days ago
JSON representation

nothing

Awesome Lists containing this project

README

        

#哈哈哈
完成个毛。。。

git config --global user.name "houkanshan"

git config --global user.email "xxx"

git config --global color.ui true

git config --global core.editor "vim"

git config --global alias.co checkout

git config --global alias.ci commit

git config --global alias.st status

git config --global alias.br branch

git config --global alias.unstage 'reset HEAD --'

git config --global alias.last 'log -1 HEAD'