标签:切换 工作 适用于 check xxx git add 设置 创建 reset
适用于GitHub和GitLab
git config --global user.name "xxxx"
git config --global user.email "xxxx"
git clone ***
git add ./
git status
git commit -m "注释"
git reset --head HEAD^
git rm ***
git branch
git branch -a
git checkout ***
git checkout -b ***
git push origin ***:***
git push origin ***
git branch -d ***
git merge ***
标签:切换 工作 适用于 check xxx git add 设置 创建 reset
原文地址:https://www.cnblogs.com/ruanshuai/p/12182051.html