main
孙智博_branch1
git branch 新分支(孙智博_branch1)
git checkout孙智博_branch1
// 在本地编辑改变代码
git add
git status
git commit -m
git push origin main
git checkout孙智博_branch1 // 在本地编辑改变代码 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 新分支(孙智博_branch1)
git checkout孙智博_branch1
// 在本地编辑改变代码
git add
git status
git commit -m
git push origin main