天天看點

Git 常用指令

**global config --global --add user.name test**

**git config --global alias.别名 原名稱**

Git設定目前分支為預設push分支

git config --global push.default "current"

nothing 表示每次送出必須填寫送出到那分支