linux下git+碼雲的使用速成

1. git的安裝 sudo apt-get install git #完整安裝 2. git的配置 git config --global user.name "yourname" #設定自定義的暱稱 git config --global user.user.email "youremail@example.com"
相關文章
相關標籤/搜索