git使用

Posted wzy23

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git使用相关的知识,希望对你有一定的参考价值。

git checkout release

git checkout -b feature/push-191204


git add .
git commit -m ‘feat: xxxx‘
git push

 

 

合入主库

git checkout release
git pull

git checkout feature/xxxxxxxxxx
git merge release
git push


git checkout relase
git merge feature/xxxxxxxxxx
git push

以上是关于git使用的主要内容,如果未能解决你的问题,请参考以下文章

git使用-git使用流程

Git认识与使用 Git

Git认识与使用 Git

Git认识与使用 Git

Git认识与使用 Git

Git Manual / Git使用手册 / Git, GitLab, Git Bash, TortoiseGit