📌  相关文章
📜  如何打开分支并发出合并请求 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:28.150000             🧑  作者: Mango

代码示例1
git checkout "name your branch"
git pull
(add any files)
git add .
git commit -m "message entered here"
git push (an alternative command will come up in which case use that command)
(follow the link to complete the merge request)