Skip to content

Instantly share code, notes, and snippets.

@whitefable
whitefable / git_toturial
Created October 8, 2016 02:34 — forked from guweigang/git_toturial
git命令大全
git init # 初始化本地git仓库(创建新仓库)
git config --global user.name "xxx" # 配置用户名
git config --global user.email "xxx@xxx.com" # 配置邮件
git config --global color.ui true # git status等命令自动着色
git config --global color.status auto
git config --global color.diff auto
git config --global color.branch auto
git config --global color.interactive auto
git config --global --unset http.proxy # remove proxy configuration on git
git clone git+ssh://git@192.168.53.168/VT.git # clone远程仓库

Keybase proof

I hereby claim:

  • I am whitefable on github.
  • I am whitefable (https://keybase.io/whitefable) on keybase.
  • I have a public key whose fingerprint is 95B4 E478 5A2A F078 1171 F0DF 099C 8132 9DA5 A795

To claim this, I am signing this object: