指令收集

2020-11-01  本文已影响0人  yuerxiaoshui

1. git config

git config --global user.name "user_name'' setting username
git config --global user.email "email_id'' setting email id
git config --global branch.autosetuprebase always avoid merge commits for pulling
git config --global color.ui true color highlighting
git config --global color.status auto color highlighting
git config --global color.branch auto color highlighting
git config --global core.editor vim setting default editor
git config --global merge.tool vimdiff setting default merge tool
git config --list listing git settings
上一篇下一篇

猜你喜欢

热点阅读