第一次使用git second user git 测试 this is dev 这个是在dev的基础上面打出的分支,然后推送到远程的地方在去合并一下
//这个是从自己的gitlab里面 git clone 下来的 //hahahahahha //git branch //git branch -a //git checkout -b 新分支 //git push origin 新分支 //git branch -d 分支名 //git push origin --delete 分支名 //history 获取所以敲打的命令 //git checkout 分支名 // git merge origin 分支名字 然后push 到远程
// 今天2023/06/25