I have not quite understood the branch usage of git . master is definitely the remote end to push. Then, for example, I set up dev branch, and derive dev-A branch on dev . After completing development on dev-A , I merge to dev to delete dev-...
I haven t done much multi-project development of a base code version before, but now I want to pull branches of each project. My plan is to first pull a set of common code as the backbone, which only contains the basic code and business logic that can b...
I haven t done much multi-project development of a base code version before, but now I want to pull branches of each project. My plan is to first pull a set of common code as the backbone, which only contains the basic code and business logic that can b...
"description ": there has always been a habit of deleting the development branch after the PR merger (sometimes by yourself, sometimes by someone else). Then run git remote prune origin locally without any hints after running, and it doesn t take ef...