main
wupeixin_branch
git branch 新分支(wupeixin_branch)
git checkout wupeixin_branch
// 在本地编辑改变代码
git add
git status
git commit -m
git push origin main
git checkout wupeixin_branch // 在本地编辑改变代码 git add git status git commit -m git push origin main
No due date set.
No dependencies set.
Deleting a branch is permanent. It CANNOT be undone. Continue?
git branch 新分支(wupeixin_branch)
git checkout wupeixin_branch
// 在本地编辑改变代码
git add
git status
git commit -m
git push origin main