manage branch
Posted diamondDemand
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了manage branch相关的知识,希望对你有一定的参考价值。
1. cultivate branch, doing commiting operation on branch what was called cultivateing branch;
2. if we create many branches, can develop multiple functions in the case of each other without affecting
3. topic branch, achieve a single feature on the branches
4.the role of a stable branches is usually played by master
5. merge branch git merge
6. head points to the latest submission of the pointer in the current branch
7. git log --graph output the log in the form of a chart
8. git reset retrospect history version
9. conflict delete one of the two
10. git commit --amend modify the previous submission
11. git rebase -i compressed history submission
12.
以上是关于manage branch的主要内容,如果未能解决你的问题,请参考以下文章
management.server.port 和 management.port 属性有啥区别?
运行python manage.py 出现mportError: No module named django.core.management when using manage.py